Shades of Robin's Egg Blue #0CCEC5
Tints of Robin's Egg Blue #0CCEC5
RGB
CMYK
RGB Variations
Color information
#0CCEC5 (or 0x0CCEC5) is known color: Robin's Egg Blue. HEX triplet: 0C, CE and C5. RGB value is (12,206,197). Sum of RGB (Red+Green+Blue) = 12+206+197=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCEC5 is #F3313A. Grayscale: #929292. Windows color (decimal): -15937851 or 12963340. OLE color: 12963340.
HSL color Cylindrical-coordinate representation of color #0CCEC5: hue angle of 177.22º 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 #0CCEC5 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 197 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.19 |
| HSL | 177.22º | 0.89% | 0.43% | - |
| HSV(B) | 177.22º | 0.94% | 0.81% | - |
| XYZ | 32.3 | 48.25 | 60.43 | - |
| YUV | 146.97 | 156.23 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 197 | 0.94 | 0 | 0.04 | 0.19 | 177.22 | 0.89 | 0.43 |
| Hex | C | CE | C5 | 5E | 0 | 4 | 13 | B1 | 59 | 2B |
| Octal | 14 | 316 | 305 | 136 | 0 | 4 | 23 | 261 | 131 | 53 |
| Binary | 1100 | 11001110 | 11000101 | 1011110 | 0 | 100 | 10011 | 10110001 | 1011001 | 101011 |
Color Harmonies of #0CCEC5
Complementary color
Monochromatic Colors of #0CCEC5
Black with #0CCEC5
Text Example
Text Example
White with #0CCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEC5; }
p { color: rgb(12,206,197); }
H1.HeaderClassName
{
color: #0CCEC5;
}
.AnyTagClassName
{
color: #0CCEC5;
}
</style>
background-color css
<style>
a { background-color: #0CCEC5; }
a { background-color: rgb(12,206,197); }
div.DivClassName
{
background-color: #0CCEC5;
}
.BgClassName
{
background-color: #0CCEC5;
}
</style>
border-color css
<style>
span { border-color: #0CCEC5; }
span { border-color: rgb(12,206,197); }
td.TdClassName
{
border-color: #0CCEC5;
}
.TagClassName
{
border-color: #0CCEC5;
}
</style>