Shades of Robin's Egg Blue #0CCECA
Tints of Robin's Egg Blue #0CCECA
RGB
CMYK
RGB Variations
Color information
#0CCECA (or 0x0CCECA) is known color: Robin's Egg Blue. HEX triplet: 0C, CE and CA. RGB value is (12,206,202). Sum of RGB (Red+Green+Blue) = 12+206+202=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCECA is #F33135. Grayscale: #939393. Windows color (decimal): -15937846 or 13291020. OLE color: 13291020.
HSL color Cylindrical-coordinate representation of color #0CCECA: hue angle of 178.76º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCECA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 202 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.19 |
| HSL | 178.76º | 0.89% | 0.43% | - |
| HSV(B) | 178.76º | 0.94% | 0.81% | - |
| XYZ | 32.88 | 48.49 | 63.5 | - |
| YUV | 147.54 | 158.73 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 202 | 0.94 | 0 | 0.02 | 0.19 | 178.76 | 0.89 | 0.43 |
| Hex | C | CE | CA | 5E | 0 | 2 | 13 | B3 | 59 | 2B |
| Octal | 14 | 316 | 312 | 136 | 0 | 2 | 23 | 263 | 131 | 53 |
| Binary | 1100 | 11001110 | 11001010 | 1011110 | 0 | 10 | 10011 | 10110011 | 1011001 | 101011 |
Color Harmonies of #0CCECA
Complementary color
Monochromatic Colors of #0CCECA
Black with #0CCECA
Text Example
Text Example
White with #0CCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCECA; }
p { color: rgb(12,206,202); }
H1.HeaderClassName
{
color: #0CCECA;
}
.AnyTagClassName
{
color: #0CCECA;
}
</style>
background-color css
<style>
a { background-color: #0CCECA; }
a { background-color: rgb(12,206,202); }
div.DivClassName
{
background-color: #0CCECA;
}
.BgClassName
{
background-color: #0CCECA;
}
</style>
border-color css
<style>
span { border-color: #0CCECA; }
span { border-color: rgb(12,206,202); }
td.TdClassName
{
border-color: #0CCECA;
}
.TagClassName
{
border-color: #0CCECA;
}
</style>