Shades of Robin's Egg Blue #0ED8CB
Tints of Robin's Egg Blue #0ED8CB
RGB
CMYK
RGB Variations
Color information
#0ED8CB (or 0x0ED8CB) is known color: Robin's Egg Blue. HEX triplet: 0E, D8 and CB. RGB value is (14,216,203). Sum of RGB (Red+Green+Blue) = 14+216+203=433 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED8CB is #F12734. Grayscale: #999999. Windows color (decimal): -15804213 or 13359118. OLE color: 13359118.
HSL color Cylindrical-coordinate representation of color #0ED8CB: hue angle of 176.14º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED8CB is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 216 | 203 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.15 |
| HSL | 176.14º | 0.88% | 0.45% | - |
| HSV(B) | 176.14º | 0.94% | 0.85% | - |
| XYZ | 35.52 | 53.52 | 64.96 | - |
| YUV | 154.12 | 155.58 | 28.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 203 | 0.94 | 0 | 0.06 | 0.15 | 176.14 | 0.88 | 0.45 |
| Hex | E | D8 | CB | 5E | 0 | 6 | F | B0 | 58 | 2D |
| Octal | 16 | 330 | 313 | 136 | 0 | 6 | 17 | 260 | 130 | 55 |
| Binary | 1110 | 11011000 | 11001011 | 1011110 | 0 | 110 | 1111 | 10110000 | 1011000 | 101101 |
Color Harmonies of #0ED8CB
Complementary color
Monochromatic Colors of #0ED8CB
Black with #0ED8CB
Text Example
Text Example
White with #0ED8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED8CB; }
p { color: rgb(14,216,203); }
H1.HeaderClassName
{
color: #0ED8CB;
}
.AnyTagClassName
{
color: #0ED8CB;
}
</style>
background-color css
<style>
a { background-color: #0ED8CB; }
a { background-color: rgb(14,216,203); }
div.DivClassName
{
background-color: #0ED8CB;
}
.BgClassName
{
background-color: #0ED8CB;
}
</style>
border-color css
<style>
span { border-color: #0ED8CB; }
span { border-color: rgb(14,216,203); }
td.TdClassName
{
border-color: #0ED8CB;
}
.TagClassName
{
border-color: #0ED8CB;
}
</style>