Shades of Cerulean #086DA6
Tints of Cerulean #086DA6
RGB
CMYK
RGB Variations
Color information
#086DA6 (or 0x086DA6) is known color: Cerulean. HEX triplet: 08, 6D and A6. RGB value is (8,109,166). Sum of RGB (Red+Green+Blue) = 8+109+166=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #086DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086DA6 is #F79259. Grayscale: #545454. Windows color (decimal): -16224858 or 10906888. OLE color: 10906888.
HSL color Cylindrical-coordinate representation of color #086DA6: hue angle of 201.65º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086DA6 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 109 | 166 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.35 |
| HSL | 201.65º | 0.91% | 0.34% | - |
| HSV(B) | 201.65º | 0.95% | 0.65% | - |
| XYZ | 12.45 | 13.74 | 38.07 | - |
| YUV | 85.3 | 173.54 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 166 | 0.95 | 0.34 | 0 | 0.35 | 201.65 | 0.91 | 0.34 |
| Hex | 8 | 6D | A6 | 5F | 22 | 0 | 23 | CA | 5B | 22 |
| Octal | 10 | 155 | 246 | 137 | 42 | 0 | 43 | 312 | 133 | 42 |
| Binary | 1000 | 1101101 | 10100110 | 1011111 | 100010 | 0 | 100011 | 11001010 | 1011011 | 100010 |
Color Harmonies of #086DA6
Complementary color
Monochromatic Colors of #086DA6
Black with #086DA6
Text Example
Text Example
White with #086DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DA6; }
p { color: rgb(8,109,166); }
H1.HeaderClassName
{
color: #086DA6;
}
.AnyTagClassName
{
color: #086DA6;
}
</style>
background-color css
<style>
a { background-color: #086DA6; }
a { background-color: rgb(8,109,166); }
div.DivClassName
{
background-color: #086DA6;
}
.BgClassName
{
background-color: #086DA6;
}
</style>
border-color css
<style>
span { border-color: #086DA6; }
span { border-color: rgb(8,109,166); }
td.TdClassName
{
border-color: #086DA6;
}
.TagClassName
{
border-color: #086DA6;
}
</style>