Shades of Cerulean #0C86AC
Tints of Cerulean #0C86AC
RGB
CMYK
RGB Variations
Color information
#0C86AC (or 0x0C86AC) is known color: Cerulean. HEX triplet: 0C, 86 and AC. RGB value is (12,134,172). Sum of RGB (Red+Green+Blue) = 12+134+172=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C86AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C86AC is #F37953. Grayscale: #656565. Windows color (decimal): -15956308 or 11306508. OLE color: 11306508.
HSL color Cylindrical-coordinate representation of color #0C86AC: hue angle of 194.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C86AC is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 134 | 172 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.33 |
| HSL | 194.25º | 0.87% | 0.36% | - |
| HSV(B) | 194.25º | 0.93% | 0.67% | - |
| XYZ | 16.12 | 20.11 | 42.06 | - |
| YUV | 101.85 | 167.58 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 172 | 0.93 | 0.22 | 0 | 0.33 | 194.25 | 0.87 | 0.36 |
| Hex | C | 86 | AC | 5D | 16 | 0 | 21 | C2 | 57 | 24 |
| Octal | 14 | 206 | 254 | 135 | 26 | 0 | 41 | 302 | 127 | 44 |
| Binary | 1100 | 10000110 | 10101100 | 1011101 | 10110 | 0 | 100001 | 11000010 | 1010111 | 100100 |
Color Harmonies of #0C86AC
Complementary color
Monochromatic Colors of #0C86AC
Black with #0C86AC
Text Example
Text Example
White with #0C86AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C86AC; }
p { color: rgb(12,134,172); }
H1.HeaderClassName
{
color: #0C86AC;
}
.AnyTagClassName
{
color: #0C86AC;
}
</style>
background-color css
<style>
a { background-color: #0C86AC; }
a { background-color: rgb(12,134,172); }
div.DivClassName
{
background-color: #0C86AC;
}
.BgClassName
{
background-color: #0C86AC;
}
</style>
border-color css
<style>
span { border-color: #0C86AC; }
span { border-color: rgb(12,134,172); }
td.TdClassName
{
border-color: #0C86AC;
}
.TagClassName
{
border-color: #0C86AC;
}
</style>