Shades of Robin's Egg Blue #0ED2BC
Tints of Robin's Egg Blue #0ED2BC
RGB
CMYK
RGB Variations
Color information
#0ED2BC (or 0x0ED2BC) is known color: Robin's Egg Blue. HEX triplet: 0E, D2 and BC. RGB value is (14,210,188). Sum of RGB (Red+Green+Blue) = 14+210+188=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED2BC is #F12D43. Grayscale: #949494. Windows color (decimal): -15805764 or 12374542. OLE color: 12374542.
HSL color Cylindrical-coordinate representation of color #0ED2BC: hue angle of 173.27º 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 #0ED2BC is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 188 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.18 |
| HSL | 173.27º | 0.88% | 0.44% | - |
| HSV(B) | 173.27º | 0.93% | 0.82% | - |
| XYZ | 32.3 | 49.82 | 55.49 | - |
| YUV | 148.89 | 150.07 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 188 | 0.93 | 0 | 0.10 | 0.18 | 173.27 | 0.88 | 0.44 |
| Hex | E | D2 | BC | 5D | 0 | A | 12 | AD | 58 | 2C |
| Octal | 16 | 322 | 274 | 135 | 0 | 12 | 22 | 255 | 130 | 54 |
| Binary | 1110 | 11010010 | 10111100 | 1011101 | 0 | 1010 | 10010 | 10101101 | 1011000 | 101100 |
Color Harmonies of #0ED2BC
Complementary color
Monochromatic Colors of #0ED2BC
Black with #0ED2BC
Text Example
Text Example
White with #0ED2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED2BC; }
p { color: rgb(14,210,188); }
H1.HeaderClassName
{
color: #0ED2BC;
}
.AnyTagClassName
{
color: #0ED2BC;
}
</style>
background-color css
<style>
a { background-color: #0ED2BC; }
a { background-color: rgb(14,210,188); }
div.DivClassName
{
background-color: #0ED2BC;
}
.BgClassName
{
background-color: #0ED2BC;
}
</style>
border-color css
<style>
span { border-color: #0ED2BC; }
span { border-color: rgb(14,210,188); }
td.TdClassName
{
border-color: #0ED2BC;
}
.TagClassName
{
border-color: #0ED2BC;
}
</style>