Shades of Cerulean #1186AB
Tints of Cerulean #1186AB
RGB
CMYK
RGB Variations
Color information
#1186AB (or 0x1186AB) is known color: Cerulean. HEX triplet: 11, 86 and AB. RGB value is (17,134,171). Sum of RGB (Red+Green+Blue) = 17+134+171=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #1186AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1186AB is #EE7954. Grayscale: #666666. Windows color (decimal): -15628629 or 11240977. OLE color: 11240977.
HSL color Cylindrical-coordinate representation of color #1186AB: hue angle of 194.42º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1186AB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 134 | 171 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.33 |
| HSL | 194.42º | 0.82% | 0.37% | - |
| HSV(B) | 194.42º | 0.9% | 0.67% | - |
| XYZ | 16.11 | 20.11 | 41.56 | - |
| YUV | 103.24 | 166.24 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 171 | 0.90 | 0.22 | 0 | 0.33 | 194.42 | 0.82 | 0.37 |
| Hex | 11 | 86 | AB | 5A | 16 | 0 | 21 | C2 | 52 | 25 |
| Octal | 21 | 206 | 253 | 132 | 26 | 0 | 41 | 302 | 122 | 45 |
| Binary | 10001 | 10000110 | 10101011 | 1011010 | 10110 | 0 | 100001 | 11000010 | 1010010 | 100101 |
Color Harmonies of #1186AB
Complementary color
Monochromatic Colors of #1186AB
Black with #1186AB
Text Example
Text Example
White with #1186AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1186AB; }
p { color: rgb(17,134,171); }
H1.HeaderClassName
{
color: #1186AB;
}
.AnyTagClassName
{
color: #1186AB;
}
</style>
background-color css
<style>
a { background-color: #1186AB; }
a { background-color: rgb(17,134,171); }
div.DivClassName
{
background-color: #1186AB;
}
.BgClassName
{
background-color: #1186AB;
}
</style>
border-color css
<style>
span { border-color: #1186AB; }
span { border-color: rgb(17,134,171); }
td.TdClassName
{
border-color: #1186AB;
}
.TagClassName
{
border-color: #1186AB;
}
</style>