Shades of Robin's Egg Blue #0EDDC0
Tints of Robin's Egg Blue #0EDDC0
RGB
CMYK
RGB Variations
Color information
#0EDDC0 (or 0x0EDDC0) is known color: Robin's Egg Blue. HEX triplet: 0E, DD and C0. RGB value is (14,221,192). Sum of RGB (Red+Green+Blue) = 14+221+192=427 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.28% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDC0 is #F1223F. Grayscale: #9B9B9B. Windows color (decimal): -15802944 or 12639502. OLE color: 12639502.
HSL color Cylindrical-coordinate representation of color #0EDDC0: hue angle of 171.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDDC0 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 192 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.13 |
| HSL | 171.59º | 0.88% | 0.46% | - |
| HSV(B) | 171.59º | 0.94% | 0.87% | - |
| XYZ | 35.55 | 55.61 | 58.73 | - |
| YUV | 155.8 | 148.42 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 192 | 0.94 | 0 | 0.13 | 0.13 | 171.59 | 0.88 | 0.46 |
| Hex | E | DD | C0 | 5E | 0 | D | D | AC | 58 | 2E |
| Octal | 16 | 335 | 300 | 136 | 0 | 15 | 15 | 254 | 130 | 56 |
| Binary | 1110 | 11011101 | 11000000 | 1011110 | 0 | 1101 | 1101 | 10101100 | 1011000 | 101110 |
Color Harmonies of #0EDDC0
Complementary color
Monochromatic Colors of #0EDDC0
Black with #0EDDC0
Text Example
Text Example
White with #0EDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDC0; }
p { color: rgb(14,221,192); }
H1.HeaderClassName
{
color: #0EDDC0;
}
.AnyTagClassName
{
color: #0EDDC0;
}
</style>
background-color css
<style>
a { background-color: #0EDDC0; }
a { background-color: rgb(14,221,192); }
div.DivClassName
{
background-color: #0EDDC0;
}
.BgClassName
{
background-color: #0EDDC0;
}
</style>
border-color css
<style>
span { border-color: #0EDDC0; }
span { border-color: rgb(14,221,192); }
td.TdClassName
{
border-color: #0EDDC0;
}
.TagClassName
{
border-color: #0EDDC0;
}
</style>