Shades of Robin's Egg Blue #0ED2C7
Tints of Robin's Egg Blue #0ED2C7
RGB
CMYK
RGB Variations
Color information
#0ED2C7 (or 0x0ED2C7) is known color: Robin's Egg Blue. HEX triplet: 0E, D2 and C7. RGB value is (14,210,199). Sum of RGB (Red+Green+Blue) = 14+210+199=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED2C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED2C7 is #F12D38. Grayscale: #959595. Windows color (decimal): -15805753 or 13095438. OLE color: 13095438.
HSL color Cylindrical-coordinate representation of color #0ED2C7: hue angle of 176.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED2C7 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 199 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.18 |
| HSL | 176.63º | 0.88% | 0.44% | - |
| HSV(B) | 176.63º | 0.93% | 0.82% | - |
| XYZ | 33.54 | 50.31 | 61.98 | - |
| YUV | 150.14 | 155.57 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 199 | 0.93 | 0 | 0.05 | 0.18 | 176.63 | 0.88 | 0.44 |
| Hex | E | D2 | C7 | 5D | 0 | 5 | 12 | B1 | 58 | 2C |
| Octal | 16 | 322 | 307 | 135 | 0 | 5 | 22 | 261 | 130 | 54 |
| Binary | 1110 | 11010010 | 11000111 | 1011101 | 0 | 101 | 10010 | 10110001 | 1011000 | 101100 |
Color Harmonies of #0ED2C7
Complementary color
Monochromatic Colors of #0ED2C7
Black with #0ED2C7
Text Example
Text Example
White with #0ED2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED2C7; }
p { color: rgb(14,210,199); }
H1.HeaderClassName
{
color: #0ED2C7;
}
.AnyTagClassName
{
color: #0ED2C7;
}
</style>
background-color css
<style>
a { background-color: #0ED2C7; }
a { background-color: rgb(14,210,199); }
div.DivClassName
{
background-color: #0ED2C7;
}
.BgClassName
{
background-color: #0ED2C7;
}
</style>
border-color css
<style>
span { border-color: #0ED2C7; }
span { border-color: rgb(14,210,199); }
td.TdClassName
{
border-color: #0ED2C7;
}
.TagClassName
{
border-color: #0ED2C7;
}
</style>