Shades of Cerulean #086AAB
Tints of Cerulean #086AAB
RGB
CMYK
RGB Variations
Color information
#086AAB (or 0x086AAB) is known color: Cerulean. HEX triplet: 08, 6A and AB. RGB value is (8,106,171). Sum of RGB (Red+Green+Blue) = 8+106+171=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #086AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AAB is #F79554. Grayscale: #535353. Windows color (decimal): -16225621 or 11233800. OLE color: 11233800.
HSL color Cylindrical-coordinate representation of color #086AAB: hue angle of 203.93º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086AAB is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 106 | 171 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.33 |
| HSL | 203.93º | 0.91% | 0.35% | - |
| HSV(B) | 203.93º | 0.95% | 0.67% | - |
| XYZ | 12.6 | 13.3 | 40.43 | - |
| YUV | 84.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 171 | 0.95 | 0.38 | 0 | 0.33 | 203.93 | 0.91 | 0.35 |
| Hex | 8 | 6A | AB | 5F | 26 | 0 | 21 | CC | 5B | 23 |
| Octal | 10 | 152 | 253 | 137 | 46 | 0 | 41 | 314 | 133 | 43 |
| Binary | 1000 | 1101010 | 10101011 | 1011111 | 100110 | 0 | 100001 | 11001100 | 1011011 | 100011 |
Color Harmonies of #086AAB
Complementary color
Monochromatic Colors of #086AAB
Black with #086AAB
Text Example
Text Example
White with #086AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086AAB; }
p { color: rgb(8,106,171); }
H1.HeaderClassName
{
color: #086AAB;
}
.AnyTagClassName
{
color: #086AAB;
}
</style>
background-color css
<style>
a { background-color: #086AAB; }
a { background-color: rgb(8,106,171); }
div.DivClassName
{
background-color: #086AAB;
}
.BgClassName
{
background-color: #086AAB;
}
</style>
border-color css
<style>
span { border-color: #086AAB; }
span { border-color: rgb(8,106,171); }
td.TdClassName
{
border-color: #086AAB;
}
.TagClassName
{
border-color: #086AAB;
}
</style>