Shades of Robin's Egg Blue #0EDDC6
Tints of Robin's Egg Blue #0EDDC6
RGB
CMYK
RGB Variations
Color information
#0EDDC6 (or 0x0EDDC6) is known color: Robin's Egg Blue. HEX triplet: 0E, DD and C6. RGB value is (14,221,198). Sum of RGB (Red+Green+Blue) = 14+221+198=433 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDC6 is #F12239. Grayscale: #9C9C9C. Windows color (decimal): -15802938 or 13032718. OLE color: 13032718.
HSL color Cylindrical-coordinate representation of color #0EDDC6: hue angle of 173.33º 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 #0EDDC6 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 198 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.13 |
| HSL | 173.33º | 0.88% | 0.46% | - |
| HSV(B) | 173.33º | 0.94% | 0.87% | - |
| XYZ | 36.23 | 55.88 | 62.3 | - |
| YUV | 156.49 | 151.42 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 198 | 0.94 | 0 | 0.10 | 0.13 | 173.33 | 0.88 | 0.46 |
| Hex | E | DD | C6 | 5E | 0 | A | D | AD | 58 | 2E |
| Octal | 16 | 335 | 306 | 136 | 0 | 12 | 15 | 255 | 130 | 56 |
| Binary | 1110 | 11011101 | 11000110 | 1011110 | 0 | 1010 | 1101 | 10101101 | 1011000 | 101110 |
Color Harmonies of #0EDDC6
Complementary color
Monochromatic Colors of #0EDDC6
Black with #0EDDC6
Text Example
Text Example
White with #0EDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDC6; }
p { color: rgb(14,221,198); }
H1.HeaderClassName
{
color: #0EDDC6;
}
.AnyTagClassName
{
color: #0EDDC6;
}
</style>
background-color css
<style>
a { background-color: #0EDDC6; }
a { background-color: rgb(14,221,198); }
div.DivClassName
{
background-color: #0EDDC6;
}
.BgClassName
{
background-color: #0EDDC6;
}
</style>
border-color css
<style>
span { border-color: #0EDDC6; }
span { border-color: rgb(14,221,198); }
td.TdClassName
{
border-color: #0EDDC6;
}
.TagClassName
{
border-color: #0EDDC6;
}
</style>