Shades of Robin's Egg Blue #0ED6C0
Tints of Robin's Egg Blue #0ED6C0
RGB
CMYK
RGB Variations
Color information
#0ED6C0 (or 0x0ED6C0) is known color: Robin's Egg Blue. HEX triplet: 0E, D6 and C0. RGB value is (14,214,192). Sum of RGB (Red+Green+Blue) = 14+214+192=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6C0 is #F1293F. Grayscale: #979797. Windows color (decimal): -15804736 or 12637710. OLE color: 12637710.
HSL color Cylindrical-coordinate representation of color #0ED6C0: hue angle of 173.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED6C0 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 192 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.16 |
| HSL | 173.4º | 0.88% | 0.45% | - |
| HSV(B) | 173.4º | 0.93% | 0.84% | - |
| XYZ | 33.74 | 51.99 | 58.13 | - |
| YUV | 151.69 | 150.74 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 192 | 0.93 | 0 | 0.10 | 0.16 | 173.4 | 0.88 | 0.45 |
| Hex | E | D6 | C0 | 5D | 0 | A | 10 | AD | 58 | 2D |
| Octal | 16 | 326 | 300 | 135 | 0 | 12 | 20 | 255 | 130 | 55 |
| Binary | 1110 | 11010110 | 11000000 | 1011101 | 0 | 1010 | 10000 | 10101101 | 1011000 | 101101 |
Color Harmonies of #0ED6C0
Complementary color
Monochromatic Colors of #0ED6C0
Black with #0ED6C0
Text Example
Text Example
White with #0ED6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED6C0; }
p { color: rgb(14,214,192); }
H1.HeaderClassName
{
color: #0ED6C0;
}
.AnyTagClassName
{
color: #0ED6C0;
}
</style>
background-color css
<style>
a { background-color: #0ED6C0; }
a { background-color: rgb(14,214,192); }
div.DivClassName
{
background-color: #0ED6C0;
}
.BgClassName
{
background-color: #0ED6C0;
}
</style>
border-color css
<style>
span { border-color: #0ED6C0; }
span { border-color: rgb(14,214,192); }
td.TdClassName
{
border-color: #0ED6C0;
}
.TagClassName
{
border-color: #0ED6C0;
}
</style>