Shades of Cerulean #086DAE
Tints of Cerulean #086DAE
RGB
CMYK
RGB Variations
Color information
#086DAE (or 0x086DAE) is known color: Cerulean. HEX triplet: 08, 6D and AE. RGB value is (8,109,174). Sum of RGB (Red+Green+Blue) = 8+109+174=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #086DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086DAE is #F79251. Grayscale: #555555. Windows color (decimal): -16224850 or 11431176. OLE color: 11431176.
HSL color Cylindrical-coordinate representation of color #086DAE: hue angle of 203.49º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086DAE is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 109 | 174 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.32 |
| HSL | 203.49º | 0.91% | 0.36% | - |
| HSV(B) | 203.49º | 0.95% | 0.68% | - |
| XYZ | 13.21 | 14.04 | 42.06 | - |
| YUV | 86.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 174 | 0.95 | 0.37 | 0 | 0.32 | 203.49 | 0.91 | 0.36 |
| Hex | 8 | 6D | AE | 5F | 25 | 0 | 20 | CB | 5B | 24 |
| Octal | 10 | 155 | 256 | 137 | 45 | 0 | 40 | 313 | 133 | 44 |
| Binary | 1000 | 1101101 | 10101110 | 1011111 | 100101 | 0 | 100000 | 11001011 | 1011011 | 100100 |
Color Harmonies of #086DAE
Complementary color
Monochromatic Colors of #086DAE
Black with #086DAE
Text Example
Text Example
White with #086DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DAE; }
p { color: rgb(8,109,174); }
H1.HeaderClassName
{
color: #086DAE;
}
.AnyTagClassName
{
color: #086DAE;
}
</style>
background-color css
<style>
a { background-color: #086DAE; }
a { background-color: rgb(8,109,174); }
div.DivClassName
{
background-color: #086DAE;
}
.BgClassName
{
background-color: #086DAE;
}
</style>
border-color css
<style>
span { border-color: #086DAE; }
span { border-color: rgb(8,109,174); }
td.TdClassName
{
border-color: #086DAE;
}
.TagClassName
{
border-color: #086DAE;
}
</style>