Shades of Cerulean #086C91
Tints of Cerulean #086C91
RGB
CMYK
RGB Variations
Color information
#086C91 (or 0x086C91) is known color: Cerulean. HEX triplet: 08, 6C and 91. RGB value is (8,108,145). Sum of RGB (Red+Green+Blue) = 8+108+145=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #086C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086C91 is #F7936E. Grayscale: #525252. Windows color (decimal): -16225135 or 9530376. OLE color: 9530376.
HSL color Cylindrical-coordinate representation of color #086C91: hue angle of 196.2º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086C91 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 108 | 145 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.43 |
| HSL | 196.2º | 0.9% | 0.3% | - |
| HSV(B) | 196.2º | 0.94% | 0.57% | - |
| XYZ | 10.57 | 12.82 | 28.71 | - |
| YUV | 82.32 | 163.37 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 145 | 0.94 | 0.26 | 0 | 0.43 | 196.2 | 0.9 | 0.3 |
| Hex | 8 | 6C | 91 | 5E | 1A | 0 | 2B | C4 | 5A | 1E |
| Octal | 10 | 154 | 221 | 136 | 32 | 0 | 53 | 304 | 132 | 36 |
| Binary | 1000 | 1101100 | 10010001 | 1011110 | 11010 | 0 | 101011 | 11000100 | 1011010 | 11110 |
Color Harmonies of #086C91
Complementary color
Monochromatic Colors of #086C91
Black with #086C91
Text Example
Text Example
White with #086C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C91; }
p { color: rgb(8,108,145); }
H1.HeaderClassName
{
color: #086C91;
}
.AnyTagClassName
{
color: #086C91;
}
</style>
background-color css
<style>
a { background-color: #086C91; }
a { background-color: rgb(8,108,145); }
div.DivClassName
{
background-color: #086C91;
}
.BgClassName
{
background-color: #086C91;
}
</style>
border-color css
<style>
span { border-color: #086C91; }
span { border-color: rgb(8,108,145); }
td.TdClassName
{
border-color: #086C91;
}
.TagClassName
{
border-color: #086C91;
}
</style>