Shades of Cerulean #086C90
Tints of Cerulean #086C90
RGB
CMYK
RGB Variations
Color information
#086C90 (or 0x086C90) is known color: Cerulean. HEX triplet: 08, 6C and 90. RGB value is (8,108,144). Sum of RGB (Red+Green+Blue) = 8+108+144=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #086C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086C90 is #F7936F. Grayscale: #515151. Windows color (decimal): -16225136 or 9464840. OLE color: 9464840.
HSL color Cylindrical-coordinate representation of color #086C90: hue angle of 195.88º 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 #086C90 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 108 | 144 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.44 |
| HSL | 195.88º | 0.89% | 0.3% | - |
| HSV(B) | 195.88º | 0.94% | 0.56% | - |
| XYZ | 10.5 | 12.79 | 28.3 | - |
| YUV | 82.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 144 | 0.94 | 0.25 | 0 | 0.44 | 195.88 | 0.89 | 0.3 |
| Hex | 8 | 6C | 90 | 5E | 19 | 0 | 2C | C4 | 59 | 1E |
| Octal | 10 | 154 | 220 | 136 | 31 | 0 | 54 | 304 | 131 | 36 |
| Binary | 1000 | 1101100 | 10010000 | 1011110 | 11001 | 0 | 101100 | 11000100 | 1011001 | 11110 |
Color Harmonies of #086C90
Complementary color
Monochromatic Colors of #086C90
Black with #086C90
Text Example
Text Example
White with #086C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C90; }
p { color: rgb(8,108,144); }
H1.HeaderClassName
{
color: #086C90;
}
.AnyTagClassName
{
color: #086C90;
}
</style>
background-color css
<style>
a { background-color: #086C90; }
a { background-color: rgb(8,108,144); }
div.DivClassName
{
background-color: #086C90;
}
.BgClassName
{
background-color: #086C90;
}
</style>
border-color css
<style>
span { border-color: #086C90; }
span { border-color: rgb(8,108,144); }
td.TdClassName
{
border-color: #086C90;
}
.TagClassName
{
border-color: #086C90;
}
</style>