Shades of Robin's Egg Blue #0ED9BC
Tints of Robin's Egg Blue #0ED9BC
RGB
CMYK
RGB Variations
Color information
#0ED9BC (or 0x0ED9BC) is known color: Robin's Egg Blue. HEX triplet: 0E, D9 and BC. RGB value is (14,217,188). Sum of RGB (Red+Green+Blue) = 14+217+188=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED9BC is #F12643. Grayscale: #989898. Windows color (decimal): -15803972 or 12376334. OLE color: 12376334.
HSL color Cylindrical-coordinate representation of color #0ED9BC: hue angle of 171.43º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED9BC is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 188 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.15 |
| HSL | 171.43º | 0.88% | 0.45% | - |
| HSV(B) | 171.43º | 0.94% | 0.85% | - |
| XYZ | 34.07 | 53.35 | 56.08 | - |
| YUV | 153 | 147.75 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 188 | 0.94 | 0 | 0.13 | 0.15 | 171.43 | 0.88 | 0.45 |
| Hex | E | D9 | BC | 5E | 0 | D | F | AB | 58 | 2D |
| Octal | 16 | 331 | 274 | 136 | 0 | 15 | 17 | 253 | 130 | 55 |
| Binary | 1110 | 11011001 | 10111100 | 1011110 | 0 | 1101 | 1111 | 10101011 | 1011000 | 101101 |
Color Harmonies of #0ED9BC
Complementary color
Monochromatic Colors of #0ED9BC
Black with #0ED9BC
Text Example
Text Example
White with #0ED9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED9BC; }
p { color: rgb(14,217,188); }
H1.HeaderClassName
{
color: #0ED9BC;
}
.AnyTagClassName
{
color: #0ED9BC;
}
</style>
background-color css
<style>
a { background-color: #0ED9BC; }
a { background-color: rgb(14,217,188); }
div.DivClassName
{
background-color: #0ED9BC;
}
.BgClassName
{
background-color: #0ED9BC;
}
</style>
border-color css
<style>
span { border-color: #0ED9BC; }
span { border-color: rgb(14,217,188); }
td.TdClassName
{
border-color: #0ED9BC;
}
.TagClassName
{
border-color: #0ED9BC;
}
</style>