Shades of Robin's Egg Blue #0CC9CB
Tints of Robin's Egg Blue #0CC9CB
RGB
CMYK
RGB Variations
Color information
#0CC9CB (or 0x0CC9CB) is known color: Robin's Egg Blue. HEX triplet: 0C, C9 and CB. RGB value is (12,201,203). Sum of RGB (Red+Green+Blue) = 12+201+203=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CC9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC9CB is #F33634. Grayscale: #909090. Windows color (decimal): -15939125 or 13355276. OLE color: 13355276.
HSL color Cylindrical-coordinate representation of color #0CC9CB: hue angle of 180.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC9CB is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 201 | 203 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.20 |
| HSL | 180.63º | 0.89% | 0.42% | - |
| HSV(B) | 180.63º | 0.94% | 0.8% | - |
| XYZ | 31.82 | 46.16 | 63.73 | - |
| YUV | 144.72 | 160.88 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 203 | 0.94 | 0.01 | 0 | 0.20 | 180.63 | 0.89 | 0.42 |
| Hex | C | C9 | CB | 5E | 1 | 0 | 14 | B5 | 59 | 2A |
| Octal | 14 | 311 | 313 | 136 | 1 | 0 | 24 | 265 | 131 | 52 |
| Binary | 1100 | 11001001 | 11001011 | 1011110 | 1 | 0 | 10100 | 10110101 | 1011001 | 101010 |
Color Harmonies of #0CC9CB
Complementary color
Monochromatic Colors of #0CC9CB
Black with #0CC9CB
Text Example
Text Example
White with #0CC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC9CB; }
p { color: rgb(12,201,203); }
H1.HeaderClassName
{
color: #0CC9CB;
}
.AnyTagClassName
{
color: #0CC9CB;
}
</style>
background-color css
<style>
a { background-color: #0CC9CB; }
a { background-color: rgb(12,201,203); }
div.DivClassName
{
background-color: #0CC9CB;
}
.BgClassName
{
background-color: #0CC9CB;
}
</style>
border-color css
<style>
span { border-color: #0CC9CB; }
span { border-color: rgb(12,201,203); }
td.TdClassName
{
border-color: #0CC9CB;
}
.TagClassName
{
border-color: #0CC9CB;
}
</style>