Shades of Cerulean #0C88AC
Tints of Cerulean #0C88AC
RGB
CMYK
RGB Variations
Color information
#0C88AC (or 0x0C88AC) is known color: Cerulean. HEX triplet: 0C, 88 and AC. RGB value is (12,136,172). Sum of RGB (Red+Green+Blue) = 12+136+172=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C88AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C88AC is #F37753. Grayscale: #666666. Windows color (decimal): -15955796 or 11307020. OLE color: 11307020.
HSL color Cylindrical-coordinate representation of color #0C88AC: hue angle of 193.5º 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 #0C88AC is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 136 | 172 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.33 |
| HSL | 193.5º | 0.87% | 0.36% | - |
| HSV(B) | 193.5º | 0.93% | 0.67% | - |
| XYZ | 16.4 | 20.67 | 42.15 | - |
| YUV | 103.03 | 166.92 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 172 | 0.93 | 0.21 | 0 | 0.33 | 193.5 | 0.87 | 0.36 |
| Hex | C | 88 | AC | 5D | 15 | 0 | 21 | C2 | 57 | 24 |
| Octal | 14 | 210 | 254 | 135 | 25 | 0 | 41 | 302 | 127 | 44 |
| Binary | 1100 | 10001000 | 10101100 | 1011101 | 10101 | 0 | 100001 | 11000010 | 1010111 | 100100 |
Color Harmonies of #0C88AC
Complementary color
Monochromatic Colors of #0C88AC
Black with #0C88AC
Text Example
Text Example
White with #0C88AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C88AC; }
p { color: rgb(12,136,172); }
H1.HeaderClassName
{
color: #0C88AC;
}
.AnyTagClassName
{
color: #0C88AC;
}
</style>
background-color css
<style>
a { background-color: #0C88AC; }
a { background-color: rgb(12,136,172); }
div.DivClassName
{
background-color: #0C88AC;
}
.BgClassName
{
background-color: #0C88AC;
}
</style>
border-color css
<style>
span { border-color: #0C88AC; }
span { border-color: rgb(12,136,172); }
td.TdClassName
{
border-color: #0C88AC;
}
.TagClassName
{
border-color: #0C88AC;
}
</style>