Shades of Robin's Egg Blue #0EDDB5
Tints of Robin's Egg Blue #0EDDB5
RGB
CMYK
RGB Variations
Color information
#0EDDB5 (or 0x0EDDB5) is known color: Robin's Egg Blue. HEX triplet: 0E, DD and B5. RGB value is (14,221,181). Sum of RGB (Red+Green+Blue) = 14+221+181=416 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.37% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDB5 is #F1224A. Grayscale: #9A9A9A. Windows color (decimal): -15802955 or 11918606. OLE color: 11918606.
HSL color Cylindrical-coordinate representation of color #0EDDB5: hue angle of 168.41º 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 #0EDDB5 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 181 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.13 |
| HSL | 168.41º | 0.88% | 0.46% | - |
| HSV(B) | 168.41º | 0.94% | 0.87% | - |
| XYZ | 34.38 | 55.14 | 52.55 | - |
| YUV | 154.55 | 142.92 | 27.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 181 | 0.94 | 0 | 0.18 | 0.13 | 168.41 | 0.88 | 0.46 |
| Hex | E | DD | B5 | 5E | 0 | 12 | D | A8 | 58 | 2E |
| Octal | 16 | 335 | 265 | 136 | 0 | 22 | 15 | 250 | 130 | 56 |
| Binary | 1110 | 11011101 | 10110101 | 1011110 | 0 | 10010 | 1101 | 10101000 | 1011000 | 101110 |
Color Harmonies of #0EDDB5
Complementary color
Monochromatic Colors of #0EDDB5
Black with #0EDDB5
Text Example
Text Example
White with #0EDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDB5; }
p { color: rgb(14,221,181); }
H1.HeaderClassName
{
color: #0EDDB5;
}
.AnyTagClassName
{
color: #0EDDB5;
}
</style>
background-color css
<style>
a { background-color: #0EDDB5; }
a { background-color: rgb(14,221,181); }
div.DivClassName
{
background-color: #0EDDB5;
}
.BgClassName
{
background-color: #0EDDB5;
}
</style>
border-color css
<style>
span { border-color: #0EDDB5; }
span { border-color: rgb(14,221,181); }
td.TdClassName
{
border-color: #0EDDB5;
}
.TagClassName
{
border-color: #0EDDB5;
}
</style>