Shades of Robin's Egg Blue #0ED3BC
Tints of Robin's Egg Blue #0ED3BC
RGB
CMYK
RGB Variations
Color information
#0ED3BC (or 0x0ED3BC) is known color: Robin's Egg Blue. HEX triplet: 0E, D3 and BC. RGB value is (14,211,188). Sum of RGB (Red+Green+Blue) = 14+211+188=413 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.39% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED3BC is #F12C43. Grayscale: #959595. Windows color (decimal): -15805508 or 12374798. OLE color: 12374798.
HSL color Cylindrical-coordinate representation of color #0ED3BC: hue angle of 172.99º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED3BC is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 188 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.17 |
| HSL | 172.99º | 0.88% | 0.44% | - |
| HSV(B) | 172.99º | 0.93% | 0.83% | - |
| XYZ | 32.55 | 50.31 | 55.57 | - |
| YUV | 149.48 | 149.73 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 188 | 0.93 | 0 | 0.11 | 0.17 | 172.99 | 0.88 | 0.44 |
| Hex | E | D3 | BC | 5D | 0 | B | 11 | AD | 58 | 2C |
| Octal | 16 | 323 | 274 | 135 | 0 | 13 | 21 | 255 | 130 | 54 |
| Binary | 1110 | 11010011 | 10111100 | 1011101 | 0 | 1011 | 10001 | 10101101 | 1011000 | 101100 |
Color Harmonies of #0ED3BC
Complementary color
Monochromatic Colors of #0ED3BC
Black with #0ED3BC
Text Example
Text Example
White with #0ED3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED3BC; }
p { color: rgb(14,211,188); }
H1.HeaderClassName
{
color: #0ED3BC;
}
.AnyTagClassName
{
color: #0ED3BC;
}
</style>
background-color css
<style>
a { background-color: #0ED3BC; }
a { background-color: rgb(14,211,188); }
div.DivClassName
{
background-color: #0ED3BC;
}
.BgClassName
{
background-color: #0ED3BC;
}
</style>
border-color css
<style>
span { border-color: #0ED3BC; }
span { border-color: rgb(14,211,188); }
td.TdClassName
{
border-color: #0ED3BC;
}
.TagClassName
{
border-color: #0ED3BC;
}
</style>