Shades of Cerulean #086F9F
Tints of Cerulean #086F9F
RGB
CMYK
RGB Variations
Color information
#086F9F (or 0x086F9F) is known color: Cerulean. HEX triplet: 08, 6F and 9F. RGB value is (8,111,159). Sum of RGB (Red+Green+Blue) = 8+111+159=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #086F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086F9F is #F79060. Grayscale: #555555. Windows color (decimal): -16224353 or 10448648. OLE color: 10448648.
HSL color Cylindrical-coordinate representation of color #086F9F: hue angle of 199.07º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086F9F is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 111 | 159 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.38 |
| HSL | 199.07º | 0.9% | 0.33% | - |
| HSV(B) | 199.07º | 0.95% | 0.62% | - |
| XYZ | 12.04 | 13.92 | 34.85 | - |
| YUV | 85.68 | 169.38 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 159 | 0.95 | 0.30 | 0 | 0.38 | 199.07 | 0.9 | 0.33 |
| Hex | 8 | 6F | 9F | 5F | 1E | 0 | 26 | C7 | 5A | 21 |
| Octal | 10 | 157 | 237 | 137 | 36 | 0 | 46 | 307 | 132 | 41 |
| Binary | 1000 | 1101111 | 10011111 | 1011111 | 11110 | 0 | 100110 | 11000111 | 1011010 | 100001 |
Color Harmonies of #086F9F
Complementary color
Monochromatic Colors of #086F9F
Black with #086F9F
Text Example
Text Example
White with #086F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F9F; }
p { color: rgb(8,111,159); }
H1.HeaderClassName
{
color: #086F9F;
}
.AnyTagClassName
{
color: #086F9F;
}
</style>
background-color css
<style>
a { background-color: #086F9F; }
a { background-color: rgb(8,111,159); }
div.DivClassName
{
background-color: #086F9F;
}
.BgClassName
{
background-color: #086F9F;
}
</style>
border-color css
<style>
span { border-color: #086F9F; }
span { border-color: rgb(8,111,159); }
td.TdClassName
{
border-color: #086F9F;
}
.TagClassName
{
border-color: #086F9F;
}
</style>