Shades of Robin's Egg Blue #0EDBC6
Tints of Robin's Egg Blue #0EDBC6
RGB
CMYK
RGB Variations
Color information
#0EDBC6 (or 0x0EDBC6) is known color: Robin's Egg Blue. HEX triplet: 0E, DB and C6. RGB value is (14,219,198). Sum of RGB (Red+Green+Blue) = 14+219+198=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBC6 is #F12439. Grayscale: #9B9B9B. Windows color (decimal): -15803450 or 13032206. OLE color: 13032206.
HSL color Cylindrical-coordinate representation of color #0EDBC6: hue angle of 173.85º 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 #0EDBC6 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 198 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.14 |
| HSL | 173.85º | 0.88% | 0.46% | - |
| HSV(B) | 173.85º | 0.94% | 0.86% | - |
| XYZ | 35.71 | 54.83 | 62.13 | - |
| YUV | 155.31 | 152.08 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 198 | 0.94 | 0 | 0.10 | 0.14 | 173.85 | 0.88 | 0.46 |
| Hex | E | DB | C6 | 5E | 0 | A | E | AE | 58 | 2E |
| Octal | 16 | 333 | 306 | 136 | 0 | 12 | 16 | 256 | 130 | 56 |
| Binary | 1110 | 11011011 | 11000110 | 1011110 | 0 | 1010 | 1110 | 10101110 | 1011000 | 101110 |
Color Harmonies of #0EDBC6
Complementary color
Monochromatic Colors of #0EDBC6
Black with #0EDBC6
Text Example
Text Example
White with #0EDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBC6; }
p { color: rgb(14,219,198); }
H1.HeaderClassName
{
color: #0EDBC6;
}
.AnyTagClassName
{
color: #0EDBC6;
}
</style>
background-color css
<style>
a { background-color: #0EDBC6; }
a { background-color: rgb(14,219,198); }
div.DivClassName
{
background-color: #0EDBC6;
}
.BgClassName
{
background-color: #0EDBC6;
}
</style>
border-color css
<style>
span { border-color: #0EDBC6; }
span { border-color: rgb(14,219,198); }
td.TdClassName
{
border-color: #0EDBC6;
}
.TagClassName
{
border-color: #0EDBC6;
}
</style>