Shades of Cerulean #1186AE
Tints of Cerulean #1186AE
RGB
CMYK
RGB Variations
Color information
#1186AE (or 0x1186AE) is known color: Cerulean. HEX triplet: 11, 86 and AE. RGB value is (17,134,174). Sum of RGB (Red+Green+Blue) = 17+134+174=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #1186AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1186AE is #EE7951. Grayscale: #676767. Windows color (decimal): -15628626 or 11437585. OLE color: 11437585.
HSL color Cylindrical-coordinate representation of color #1186AE: hue angle of 195.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1186AE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 134 | 174 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.32 |
| HSL | 195.29º | 0.82% | 0.37% | - |
| HSV(B) | 195.29º | 0.9% | 0.68% | - |
| XYZ | 16.4 | 20.23 | 43.08 | - |
| YUV | 103.58 | 167.74 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 174 | 0.90 | 0.23 | 0 | 0.32 | 195.29 | 0.82 | 0.37 |
| Hex | 11 | 86 | AE | 5A | 17 | 0 | 20 | C3 | 52 | 25 |
| Octal | 21 | 206 | 256 | 132 | 27 | 0 | 40 | 303 | 122 | 45 |
| Binary | 10001 | 10000110 | 10101110 | 1011010 | 10111 | 0 | 100000 | 11000011 | 1010010 | 100101 |
Color Harmonies of #1186AE
Complementary color
Monochromatic Colors of #1186AE
Black with #1186AE
Text Example
Text Example
White with #1186AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1186AE; }
p { color: rgb(17,134,174); }
H1.HeaderClassName
{
color: #1186AE;
}
.AnyTagClassName
{
color: #1186AE;
}
</style>
background-color css
<style>
a { background-color: #1186AE; }
a { background-color: rgb(17,134,174); }
div.DivClassName
{
background-color: #1186AE;
}
.BgClassName
{
background-color: #1186AE;
}
</style>
border-color css
<style>
span { border-color: #1186AE; }
span { border-color: rgb(17,134,174); }
td.TdClassName
{
border-color: #1186AE;
}
.TagClassName
{
border-color: #1186AE;
}
</style>