Shades of Cerulean #086D8F
Tints of Cerulean #086D8F
RGB
CMYK
RGB Variations
Color information
#086D8F (or 0x086D8F) is known color: Cerulean. HEX triplet: 08, 6D and 8F. RGB value is (8,109,143). Sum of RGB (Red+Green+Blue) = 8+109+143=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #086D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D8F is #F79270. Grayscale: #525252. Windows color (decimal): -16224881 or 9399560. OLE color: 9399560.
HSL color Cylindrical-coordinate representation of color #086D8F: hue angle of 195.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086D8F is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 109 | 143 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.44 |
| HSL | 195.11º | 0.89% | 0.3% | - |
| HSV(B) | 195.11º | 0.94% | 0.56% | - |
| XYZ | 10.53 | 12.97 | 27.94 | - |
| YUV | 82.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 143 | 0.94 | 0.24 | 0 | 0.44 | 195.11 | 0.89 | 0.3 |
| Hex | 8 | 6D | 8F | 5E | 18 | 0 | 2C | C3 | 59 | 1E |
| Octal | 10 | 155 | 217 | 136 | 30 | 0 | 54 | 303 | 131 | 36 |
| Binary | 1000 | 1101101 | 10001111 | 1011110 | 11000 | 0 | 101100 | 11000011 | 1011001 | 11110 |
Color Harmonies of #086D8F
Complementary color
Monochromatic Colors of #086D8F
Black with #086D8F
Text Example
Text Example
White with #086D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D8F; }
p { color: rgb(8,109,143); }
H1.HeaderClassName
{
color: #086D8F;
}
.AnyTagClassName
{
color: #086D8F;
}
</style>
background-color css
<style>
a { background-color: #086D8F; }
a { background-color: rgb(8,109,143); }
div.DivClassName
{
background-color: #086D8F;
}
.BgClassName
{
background-color: #086D8F;
}
</style>
border-color css
<style>
span { border-color: #086D8F; }
span { border-color: rgb(8,109,143); }
td.TdClassName
{
border-color: #086D8F;
}
.TagClassName
{
border-color: #086D8F;
}
</style>