@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#119ace hex color - Blue - Cool color - Information

#119ace hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #119ace Color code in RGB color code model is created after adding 6.67% red color, 60.39% green color and 80.78% blue color. Hex #119ace Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 25% magenta, 0% yellow and 19.22% black.

Hex #119ace color code is between #0099cc web safe hex color code and #00aadd web safe hex color code. #0099cc is the nearest web safe color code. You can see here many more shades of #119ace color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 119ace #119ace
RGB Decimal 17, 154, 206 rgb(17, 154, 206)
RGB Percent 7%, 60%, 81% rgb(7%, 60%, 81%)
CSS RGBa 17, 154, 206,1 rgba(17,154,206,1)
CMYK Model cmyk(92%,25%,0%,19.22%)
HSL Color Space 197,85% ,44% hsl(197,85% ,44%)
HSV Color Space 197°, 92%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 10011010 11001110
Octal 21 232 316
Decimal 17 154 206
Hex 11 9a ce

Different shades of #119ace color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #119ace
#25b6ed
Dark Shade of #119ace
#0d779f
Saturated Shade of #119ace
#069fd9
Desaturated Shade of #119ace
#1c95c3
Grey scale Shade of #119ace
#6f6f6f
Brighten Shade
#2ab3e7
Most Readable Shade
#000000

Shades of #119ace color code

Generate more color scales with scales (color stack) generator.

#119ace
#0f88b7
#0d77a0
#0b6689
#095572
#07445b
#053344
#03222d
#011116
#000000

Similar Color like #119ace color

Find visually similar hex color codes nearing to #119ace hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#129bcf
#139cd0
#149dd1
#159ed2
#169fd3
#17a0d4
#18a1d5
#19a2d6
#1aa3d7
#1ba4d8
#1ca5d9
#1da6da
#1ea7db
#1fa8dc
#1099cd
#0f98cc
#0e97cb
#0d96ca
#0c95c9
#0b94c8
#0a93c7
#0992c6
#0891c5
#0790c4
#068fc3
#058ec2
#048dc1
#038cc0

Monochromatic Color with #119ace

#119ace
#15baf8
#031b24
#063b4e
#0a5a79
#0e7aa3

Tints of #119ace Color

#119ace
#2ba5d3
#45b0d8
#60bbde
#7ac6e3
#95d2e9
#afddee
#cae8f4
#e4f3f9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#119ace
#ce4511

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#119ace
#ce113b
#cea311

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#11ceb6
#11c0ce
#119ace
#1174ce
#114ece

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#119ace
#ce119a
#9ace11

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#119ace
#a311ce
#ce4511
#3bce11

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#119ace
#ce4511
#cea311
#113bce

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #119ace Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#119ace Color Code Preview on Black Background Color

This is how #119ace Color will look on black background color. Color contrast ratio is 6.54

#119ace in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#119ace">Your Example Paragraph content text in with font color #119ace </p>

Your Example Paragraph content text in with font color #119ace

HTML with inline CSS

<div style="color:#119ace">Your Paragraph text in with font color #119ace </div>

Your Example Paragraph content text in with font color #119ace

#119ace color code is use for CSS Background Color

Background color for the above div is #119ace

HTML with inline CSS

<div style="background-color:#119ace;"></div>

#119ace color code is use for CSS Border Color

CSS Border color for the above div is #119ace

HTML with inline CSS

<div style="border:5px solid #119ace;"></div>

CSS Border Left color for the above div is #119ace

HTML with inline CSS

<div style="border-left:5px solid #119ace;"></div>

CSS Border Right color for the above div is #119ace

HTML with inline CSS

<div style="border-right:5px solid #119ace;"></div>

CSS Border Bottom color for the above div is #119ace

HTML with inline CSS

<div style="border-bottom:5px solid #119ace;"></div>

CSS Border Top color for the above div is #119ace

HTML with inline CSS

<div style="border-top:5px solid #119ace;"></div>

#119ace hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#119ace; } .examplecolorclass {color:#119ace; } .examplebordercolor {border:3px solid #119ace; }

#119ace Color code Preview on White Background

This is how #119ace Color code will look on white background color. Color contrast ratio is 3.21

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #119ace; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #119ace; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(17,154,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,69,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,154,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.