Shades of Cerulean #086BAC
Tints of Cerulean #086BAC
RGB
CMYK
RGB Variations
Color information
#086BAC (or 0x086BAC) is known color: Cerulean. HEX triplet: 08, 6B and AC. RGB value is (8,107,172). Sum of RGB (Red+Green+Blue) = 8+107+172=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #086BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086BAC is #F79453. Grayscale: #545454. Windows color (decimal): -16225364 or 11299592. OLE color: 11299592.
HSL color Cylindrical-coordinate representation of color #086BAC: hue angle of 203.78º 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 #086BAC is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 107 | 172 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.33 |
| HSL | 203.78º | 0.91% | 0.35% | - |
| HSV(B) | 203.78º | 0.95% | 0.67% | - |
| XYZ | 12.8 | 13.55 | 40.97 | - |
| YUV | 84.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 172 | 0.95 | 0.38 | 0 | 0.33 | 203.78 | 0.91 | 0.35 |
| Hex | 8 | 6B | AC | 5F | 26 | 0 | 21 | CC | 5B | 23 |
| Octal | 10 | 153 | 254 | 137 | 46 | 0 | 41 | 314 | 133 | 43 |
| Binary | 1000 | 1101011 | 10101100 | 1011111 | 100110 | 0 | 100001 | 11001100 | 1011011 | 100011 |
Color Harmonies of #086BAC
Complementary color
Monochromatic Colors of #086BAC
Black with #086BAC
Text Example
Text Example
White with #086BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086BAC; }
p { color: rgb(8,107,172); }
H1.HeaderClassName
{
color: #086BAC;
}
.AnyTagClassName
{
color: #086BAC;
}
</style>
background-color css
<style>
a { background-color: #086BAC; }
a { background-color: rgb(8,107,172); }
div.DivClassName
{
background-color: #086BAC;
}
.BgClassName
{
background-color: #086BAC;
}
</style>
border-color css
<style>
span { border-color: #086BAC; }
span { border-color: rgb(8,107,172); }
td.TdClassName
{
border-color: #086BAC;
}
.TagClassName
{
border-color: #086BAC;
}
</style>