Shades of Cerulean #0C80AE
Tints of Cerulean #0C80AE
RGB
CMYK
RGB Variations
Color information
#0C80AE (or 0x0C80AE) is known color: Cerulean. HEX triplet: 0C, 80 and AE. RGB value is (12,128,174). Sum of RGB (Red+Green+Blue) = 12+128+174=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C80AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C80AE is #F37F51. Grayscale: #626262. Windows color (decimal): -15957842 or 11436044. OLE color: 11436044.
HSL color Cylindrical-coordinate representation of color #0C80AE: hue angle of 197.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C80AE is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 128 | 174 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.32 |
| HSL | 197.04º | 0.87% | 0.36% | - |
| HSV(B) | 197.04º | 0.93% | 0.68% | - |
| XYZ | 15.51 | 18.57 | 42.81 | - |
| YUV | 98.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 174 | 0.93 | 0.26 | 0 | 0.32 | 197.04 | 0.87 | 0.36 |
| Hex | C | 80 | AE | 5D | 1A | 0 | 20 | C5 | 57 | 24 |
| Octal | 14 | 200 | 256 | 135 | 32 | 0 | 40 | 305 | 127 | 44 |
| Binary | 1100 | 10000000 | 10101110 | 1011101 | 11010 | 0 | 100000 | 11000101 | 1010111 | 100100 |
Color Harmonies of #0C80AE
Complementary color
Monochromatic Colors of #0C80AE
Black with #0C80AE
Text Example
Text Example
White with #0C80AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C80AE; }
p { color: rgb(12,128,174); }
H1.HeaderClassName
{
color: #0C80AE;
}
.AnyTagClassName
{
color: #0C80AE;
}
</style>
background-color css
<style>
a { background-color: #0C80AE; }
a { background-color: rgb(12,128,174); }
div.DivClassName
{
background-color: #0C80AE;
}
.BgClassName
{
background-color: #0C80AE;
}
</style>
border-color css
<style>
span { border-color: #0C80AE; }
span { border-color: rgb(12,128,174); }
td.TdClassName
{
border-color: #0C80AE;
}
.TagClassName
{
border-color: #0C80AE;
}
</style>