Shades of Robin's Egg Blue #0EDDC7
Tints of Robin's Egg Blue #0EDDC7
RGB
CMYK
RGB Variations
Color information
#0EDDC7 (or 0x0EDDC7) is known color: Robin's Egg Blue. HEX triplet: 0E, DD and C7. RGB value is (14,221,199). Sum of RGB (Red+Green+Blue) = 14+221+199=434 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDC7 is #F12238. Grayscale: #9C9C9C. Windows color (decimal): -15802937 or 13098254. OLE color: 13098254.
HSL color Cylindrical-coordinate representation of color #0EDDC7: hue angle of 173.62º 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 #0EDDC7 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 199 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.13 |
| HSL | 173.62º | 0.88% | 0.46% | - |
| HSV(B) | 173.62º | 0.94% | 0.87% | - |
| XYZ | 36.35 | 55.93 | 62.91 | - |
| YUV | 156.6 | 151.92 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 199 | 0.94 | 0 | 0.10 | 0.13 | 173.62 | 0.88 | 0.46 |
| Hex | E | DD | C7 | 5E | 0 | A | D | AE | 58 | 2E |
| Octal | 16 | 335 | 307 | 136 | 0 | 12 | 15 | 256 | 130 | 56 |
| Binary | 1110 | 11011101 | 11000111 | 1011110 | 0 | 1010 | 1101 | 10101110 | 1011000 | 101110 |
Color Harmonies of #0EDDC7
Complementary color
Monochromatic Colors of #0EDDC7
Black with #0EDDC7
Text Example
Text Example
White with #0EDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDC7; }
p { color: rgb(14,221,199); }
H1.HeaderClassName
{
color: #0EDDC7;
}
.AnyTagClassName
{
color: #0EDDC7;
}
</style>
background-color css
<style>
a { background-color: #0EDDC7; }
a { background-color: rgb(14,221,199); }
div.DivClassName
{
background-color: #0EDDC7;
}
.BgClassName
{
background-color: #0EDDC7;
}
</style>
border-color css
<style>
span { border-color: #0EDDC7; }
span { border-color: rgb(14,221,199); }
td.TdClassName
{
border-color: #0EDDC7;
}
.TagClassName
{
border-color: #0EDDC7;
}
</style>