Shades of Cerulean #086C99
Tints of Cerulean #086C99
RGB
CMYK
RGB Variations
Color information
#086C99 (or 0x086C99) is known color: Cerulean. HEX triplet: 08, 6C and 99. RGB value is (8,108,153). Sum of RGB (Red+Green+Blue) = 8+108+153=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #086C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086C99 is #F79366. Grayscale: #525252. Windows color (decimal): -16225127 or 10054664. OLE color: 10054664.
HSL color Cylindrical-coordinate representation of color #086C99: hue angle of 198.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086C99 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 108 | 153 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.4 |
| HSL | 198.62º | 0.9% | 0.32% | - |
| HSV(B) | 198.62º | 0.95% | 0.6% | - |
| XYZ | 11.21 | 13.08 | 32.07 | - |
| YUV | 83.23 | 167.37 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 153 | 0.95 | 0.29 | 0 | 0.4 | 198.62 | 0.9 | 0.32 |
| Hex | 8 | 6C | 99 | 5F | 1D | 0 | 28 | C7 | 5A | 20 |
| Octal | 10 | 154 | 231 | 137 | 35 | 0 | 50 | 307 | 132 | 40 |
| Binary | 1000 | 1101100 | 10011001 | 1011111 | 11101 | 0 | 101000 | 11000111 | 1011010 | 100000 |
Color Harmonies of #086C99
Complementary color
Monochromatic Colors of #086C99
Black with #086C99
Text Example
Text Example
White with #086C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C99; }
p { color: rgb(8,108,153); }
H1.HeaderClassName
{
color: #086C99;
}
.AnyTagClassName
{
color: #086C99;
}
</style>
background-color css
<style>
a { background-color: #086C99; }
a { background-color: rgb(8,108,153); }
div.DivClassName
{
background-color: #086C99;
}
.BgClassName
{
background-color: #086C99;
}
</style>
border-color css
<style>
span { border-color: #086C99; }
span { border-color: rgb(8,108,153); }
td.TdClassName
{
border-color: #086C99;
}
.TagClassName
{
border-color: #086C99;
}
</style>