Shades of Robin's Egg Blue #0EE0BD
Tints of Robin's Egg Blue #0EE0BD
RGB
CMYK
RGB Variations
Color information
#0EE0BD (or 0x0EE0BD) is known color: Robin's Egg Blue. HEX triplet: 0E, E0 and BD. RGB value is (14,224,189). Sum of RGB (Red+Green+Blue) = 14+224+189=427 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.28% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0BD is #F11F42. Grayscale: #9D9D9D. Windows color (decimal): -15802179 or 12443662. OLE color: 12443662.
HSL color Cylindrical-coordinate representation of color #0EE0BD: hue angle of 170º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE0BD is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 189 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.12 |
| HSL | 170º | 0.88% | 0.47% | - |
| HSV(B) | 170º | 0.94% | 0.88% | - |
| XYZ | 36.02 | 57.08 | 57.26 | - |
| YUV | 157.22 | 145.93 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 189 | 0.94 | 0 | 0.16 | 0.12 | 170 | 0.88 | 0.47 |
| Hex | E | E0 | BD | 5E | 0 | 10 | C | AA | 58 | 2F |
| Octal | 16 | 340 | 275 | 136 | 0 | 20 | 14 | 252 | 130 | 57 |
| Binary | 1110 | 11100000 | 10111101 | 1011110 | 0 | 10000 | 1100 | 10101010 | 1011000 | 101111 |
Color Harmonies of #0EE0BD
Complementary color
Monochromatic Colors of #0EE0BD
Black with #0EE0BD
Text Example
Text Example
White with #0EE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE0BD; }
p { color: rgb(14,224,189); }
H1.HeaderClassName
{
color: #0EE0BD;
}
.AnyTagClassName
{
color: #0EE0BD;
}
</style>
background-color css
<style>
a { background-color: #0EE0BD; }
a { background-color: rgb(14,224,189); }
div.DivClassName
{
background-color: #0EE0BD;
}
.BgClassName
{
background-color: #0EE0BD;
}
</style>
border-color css
<style>
span { border-color: #0EE0BD; }
span { border-color: rgb(14,224,189); }
td.TdClassName
{
border-color: #0EE0BD;
}
.TagClassName
{
border-color: #0EE0BD;
}
</style>