Shades of Cerulean #096EAB
Tints of Cerulean #096EAB
RGB
CMYK
RGB Variations
Color information
#096EAB (or 0x096EAB) is known color: Cerulean. HEX triplet: 09, 6E and AB. RGB value is (9,110,171). Sum of RGB (Red+Green+Blue) = 9+110+171=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #096EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EAB is #F69154. Grayscale: #565656. Windows color (decimal): -16159061 or 11234825. OLE color: 11234825.
HSL color Cylindrical-coordinate representation of color #096EAB: hue angle of 202.59º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096EAB is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 110 | 171 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.33 |
| HSL | 202.59º | 0.9% | 0.35% | - |
| HSV(B) | 202.59º | 0.95% | 0.67% | - |
| XYZ | 13.04 | 14.15 | 40.57 | - |
| YUV | 86.76 | 175.54 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 171 | 0.95 | 0.36 | 0 | 0.33 | 202.59 | 0.9 | 0.35 |
| Hex | 9 | 6E | AB | 5F | 24 | 0 | 21 | CB | 5A | 23 |
| Octal | 11 | 156 | 253 | 137 | 44 | 0 | 41 | 313 | 132 | 43 |
| Binary | 1001 | 1101110 | 10101011 | 1011111 | 100100 | 0 | 100001 | 11001011 | 1011010 | 100011 |
Color Harmonies of #096EAB
Complementary color
Monochromatic Colors of #096EAB
Black with #096EAB
Text Example
Text Example
White with #096EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EAB; }
p { color: rgb(9,110,171); }
H1.HeaderClassName
{
color: #096EAB;
}
.AnyTagClassName
{
color: #096EAB;
}
</style>
background-color css
<style>
a { background-color: #096EAB; }
a { background-color: rgb(9,110,171); }
div.DivClassName
{
background-color: #096EAB;
}
.BgClassName
{
background-color: #096EAB;
}
</style>
border-color css
<style>
span { border-color: #096EAB; }
span { border-color: rgb(9,110,171); }
td.TdClassName
{
border-color: #096EAB;
}
.TagClassName
{
border-color: #096EAB;
}
</style>