Shades of Robin's Egg Blue #0ED3BA
Tints of Robin's Egg Blue #0ED3BA
RGB
CMYK
RGB Variations
Color information
#0ED3BA (or 0x0ED3BA) is known color: Robin's Egg Blue. HEX triplet: 0E, D3 and BA. RGB value is (14,211,186). Sum of RGB (Red+Green+Blue) = 14+211+186=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED3BA is #F12C45. Grayscale: #959595. Windows color (decimal): -15805510 or 12243726. OLE color: 12243726.
HSL color Cylindrical-coordinate representation of color #0ED3BA: hue angle of 172.39º 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 #0ED3BA is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 186 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.17 |
| HSL | 172.39º | 0.88% | 0.44% | - |
| HSV(B) | 172.39º | 0.93% | 0.83% | - |
| XYZ | 32.34 | 50.23 | 54.44 | - |
| YUV | 149.25 | 148.73 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 186 | 0.93 | 0 | 0.12 | 0.17 | 172.39 | 0.88 | 0.44 |
| Hex | E | D3 | BA | 5D | 0 | C | 11 | AC | 58 | 2C |
| Octal | 16 | 323 | 272 | 135 | 0 | 14 | 21 | 254 | 130 | 54 |
| Binary | 1110 | 11010011 | 10111010 | 1011101 | 0 | 1100 | 10001 | 10101100 | 1011000 | 101100 |
Color Harmonies of #0ED3BA
Complementary color
Monochromatic Colors of #0ED3BA
Black with #0ED3BA
Text Example
Text Example
White with #0ED3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED3BA; }
p { color: rgb(14,211,186); }
H1.HeaderClassName
{
color: #0ED3BA;
}
.AnyTagClassName
{
color: #0ED3BA;
}
</style>
background-color css
<style>
a { background-color: #0ED3BA; }
a { background-color: rgb(14,211,186); }
div.DivClassName
{
background-color: #0ED3BA;
}
.BgClassName
{
background-color: #0ED3BA;
}
</style>
border-color css
<style>
span { border-color: #0ED3BA; }
span { border-color: rgb(14,211,186); }
td.TdClassName
{
border-color: #0ED3BA;
}
.TagClassName
{
border-color: #0ED3BA;
}
</style>