Shades of Cerulean #0C80AA
Tints of Cerulean #0C80AA
RGB
CMYK
RGB Variations
Color information
#0C80AA (or 0x0C80AA) is known color: Cerulean. HEX triplet: 0C, 80 and AA. RGB value is (12,128,170). Sum of RGB (Red+Green+Blue) = 12+128+170=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C80AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C80AA is #F37F55. Grayscale: #616161. Windows color (decimal): -15957846 or 11173900. OLE color: 11173900.
HSL color Cylindrical-coordinate representation of color #0C80AA: hue angle of 195.95º 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 #0C80AA is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 128 | 170 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.33 |
| HSL | 195.95º | 0.87% | 0.36% | - |
| HSV(B) | 195.95º | 0.93% | 0.67% | - |
| XYZ | 15.13 | 18.42 | 40.79 | - |
| YUV | 98.1 | 168.57 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 170 | 0.93 | 0.25 | 0 | 0.33 | 195.95 | 0.87 | 0.36 |
| Hex | C | 80 | AA | 5D | 19 | 0 | 21 | C4 | 57 | 24 |
| Octal | 14 | 200 | 252 | 135 | 31 | 0 | 41 | 304 | 127 | 44 |
| Binary | 1100 | 10000000 | 10101010 | 1011101 | 11001 | 0 | 100001 | 11000100 | 1010111 | 100100 |
Color Harmonies of #0C80AA
Complementary color
Monochromatic Colors of #0C80AA
Black with #0C80AA
Text Example
Text Example
White with #0C80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C80AA; }
p { color: rgb(12,128,170); }
H1.HeaderClassName
{
color: #0C80AA;
}
.AnyTagClassName
{
color: #0C80AA;
}
</style>
background-color css
<style>
a { background-color: #0C80AA; }
a { background-color: rgb(12,128,170); }
div.DivClassName
{
background-color: #0C80AA;
}
.BgClassName
{
background-color: #0C80AA;
}
</style>
border-color css
<style>
span { border-color: #0C80AA; }
span { border-color: rgb(12,128,170); }
td.TdClassName
{
border-color: #0C80AA;
}
.TagClassName
{
border-color: #0C80AA;
}
</style>