Shades of Cerulean #0C88AF
Tints of Cerulean #0C88AF
RGB
CMYK
RGB Variations
Color information
#0C88AF (or 0x0C88AF) is known color: Cerulean. HEX triplet: 0C, 88 and AF. RGB value is (12,136,175). Sum of RGB (Red+Green+Blue) = 12+136+175=323 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.72% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C88AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C88AF is #F37750. Grayscale: #676767. Windows color (decimal): -15955793 or 11503628. OLE color: 11503628.
HSL color Cylindrical-coordinate representation of color #0C88AF: hue angle of 194.36º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C88AF is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 136 | 175 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.31 |
| HSL | 194.36º | 0.87% | 0.37% | - |
| HSV(B) | 194.36º | 0.93% | 0.69% | - |
| XYZ | 16.69 | 20.78 | 43.69 | - |
| YUV | 103.37 | 168.42 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 175 | 0.93 | 0.22 | 0 | 0.31 | 194.36 | 0.87 | 0.37 |
| Hex | C | 88 | AF | 5D | 16 | 0 | 1F | C2 | 57 | 25 |
| Octal | 14 | 210 | 257 | 135 | 26 | 0 | 37 | 302 | 127 | 45 |
| Binary | 1100 | 10001000 | 10101111 | 1011101 | 10110 | 0 | 11111 | 11000010 | 1010111 | 100101 |
Color Harmonies of #0C88AF
Complementary color
Monochromatic Colors of #0C88AF
Black with #0C88AF
Text Example
Text Example
White with #0C88AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C88AF; }
p { color: rgb(12,136,175); }
H1.HeaderClassName
{
color: #0C88AF;
}
.AnyTagClassName
{
color: #0C88AF;
}
</style>
background-color css
<style>
a { background-color: #0C88AF; }
a { background-color: rgb(12,136,175); }
div.DivClassName
{
background-color: #0C88AF;
}
.BgClassName
{
background-color: #0C88AF;
}
</style>
border-color css
<style>
span { border-color: #0C88AF; }
span { border-color: rgb(12,136,175); }
td.TdClassName
{
border-color: #0C88AF;
}
.TagClassName
{
border-color: #0C88AF;
}
</style>