Shades of Robin's Egg Blue #0ED4BD
Tints of Robin's Egg Blue #0ED4BD
RGB
CMYK
RGB Variations
Color information
#0ED4BD (or 0x0ED4BD) is known color: Robin's Egg Blue. HEX triplet: 0E, D4 and BD. RGB value is (14,212,189). Sum of RGB (Red+Green+Blue) = 14+212+189=415 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED4BD is #F12B42. Grayscale: #969696. Windows color (decimal): -15805251 or 12440590. OLE color: 12440590.
HSL color Cylindrical-coordinate representation of color #0ED4BD: hue angle of 173.03º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED4BD is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 212 | 189 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.17 |
| HSL | 173.03º | 0.88% | 0.44% | - |
| HSV(B) | 173.03º | 0.93% | 0.83% | - |
| XYZ | 32.91 | 50.85 | 56.23 | - |
| YUV | 150.18 | 149.9 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 212 | 189 | 0.93 | 0 | 0.11 | 0.17 | 173.03 | 0.88 | 0.44 |
| Hex | E | D4 | BD | 5D | 0 | B | 11 | AD | 58 | 2C |
| Octal | 16 | 324 | 275 | 135 | 0 | 13 | 21 | 255 | 130 | 54 |
| Binary | 1110 | 11010100 | 10111101 | 1011101 | 0 | 1011 | 10001 | 10101101 | 1011000 | 101100 |
Color Harmonies of #0ED4BD
Complementary color
Monochromatic Colors of #0ED4BD
Black with #0ED4BD
Text Example
Text Example
White with #0ED4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED4BD; }
p { color: rgb(14,212,189); }
H1.HeaderClassName
{
color: #0ED4BD;
}
.AnyTagClassName
{
color: #0ED4BD;
}
</style>
background-color css
<style>
a { background-color: #0ED4BD; }
a { background-color: rgb(14,212,189); }
div.DivClassName
{
background-color: #0ED4BD;
}
.BgClassName
{
background-color: #0ED4BD;
}
</style>
border-color css
<style>
span { border-color: #0ED4BD; }
span { border-color: rgb(14,212,189); }
td.TdClassName
{
border-color: #0ED4BD;
}
.TagClassName
{
border-color: #0ED4BD;
}
</style>