Shades of Robin's Egg Blue #0EDBC8
Tints of Robin's Egg Blue #0EDBC8
RGB
CMYK
RGB Variations
Color information
#0EDBC8 (or 0x0EDBC8) is known color: Robin's Egg Blue. HEX triplet: 0E, DB and C8. RGB value is (14,219,200). Sum of RGB (Red+Green+Blue) = 14+219+200=433 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBC8 is #F12437. Grayscale: #9B9B9B. Windows color (decimal): -15803448 or 13163278. OLE color: 13163278.
HSL color Cylindrical-coordinate representation of color #0EDBC8: hue angle of 174.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBC8 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 200 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.14 |
| HSL | 174.44º | 0.88% | 0.46% | - |
| HSV(B) | 174.44º | 0.94% | 0.86% | - |
| XYZ | 35.94 | 54.93 | 63.35 | - |
| YUV | 155.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 200 | 0.94 | 0 | 0.09 | 0.14 | 174.44 | 0.88 | 0.46 |
| Hex | E | DB | C8 | 5E | 0 | 9 | E | AE | 58 | 2E |
| Octal | 16 | 333 | 310 | 136 | 0 | 11 | 16 | 256 | 130 | 56 |
| Binary | 1110 | 11011011 | 11001000 | 1011110 | 0 | 1001 | 1110 | 10101110 | 1011000 | 101110 |
Color Harmonies of #0EDBC8
Complementary color
Monochromatic Colors of #0EDBC8
Black with #0EDBC8
Text Example
Text Example
White with #0EDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBC8; }
p { color: rgb(14,219,200); }
H1.HeaderClassName
{
color: #0EDBC8;
}
.AnyTagClassName
{
color: #0EDBC8;
}
</style>
background-color css
<style>
a { background-color: #0EDBC8; }
a { background-color: rgb(14,219,200); }
div.DivClassName
{
background-color: #0EDBC8;
}
.BgClassName
{
background-color: #0EDBC8;
}
</style>
border-color css
<style>
span { border-color: #0EDBC8; }
span { border-color: rgb(14,219,200); }
td.TdClassName
{
border-color: #0EDBC8;
}
.TagClassName
{
border-color: #0EDBC8;
}
</style>