Shades of Cerulean #096B96
Tints of Cerulean #096B96
RGB
CMYK
RGB Variations
Color information
#096B96 (or 0x096B96) is known color: Cerulean. HEX triplet: 09, 6B and 96. RGB value is (9,107,150). Sum of RGB (Red+Green+Blue) = 9+107+150=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #096B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B96 is #F69469. Grayscale: #525252. Windows color (decimal): -16159850 or 9857801. OLE color: 9857801.
HSL color Cylindrical-coordinate representation of color #096B96: hue angle of 198.3º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096B96 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 107 | 150 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.41 |
| HSL | 198.3º | 0.89% | 0.31% | - |
| HSV(B) | 198.3º | 0.94% | 0.59% | - |
| XYZ | 10.88 | 12.78 | 30.75 | - |
| YUV | 82.6 | 166.03 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 150 | 0.94 | 0.29 | 0 | 0.41 | 198.3 | 0.89 | 0.31 |
| Hex | 9 | 6B | 96 | 5E | 1D | 0 | 29 | C6 | 59 | 1F |
| Octal | 11 | 153 | 226 | 136 | 35 | 0 | 51 | 306 | 131 | 37 |
| Binary | 1001 | 1101011 | 10010110 | 1011110 | 11101 | 0 | 101001 | 11000110 | 1011001 | 11111 |
Color Harmonies of #096B96
Complementary color
Monochromatic Colors of #096B96
Black with #096B96
Text Example
Text Example
White with #096B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B96; }
p { color: rgb(9,107,150); }
H1.HeaderClassName
{
color: #096B96;
}
.AnyTagClassName
{
color: #096B96;
}
</style>
background-color css
<style>
a { background-color: #096B96; }
a { background-color: rgb(9,107,150); }
div.DivClassName
{
background-color: #096B96;
}
.BgClassName
{
background-color: #096B96;
}
</style>
border-color css
<style>
span { border-color: #096B96; }
span { border-color: rgb(9,107,150); }
td.TdClassName
{
border-color: #096B96;
}
.TagClassName
{
border-color: #096B96;
}
</style>