Shades of Robin's Egg Blue #0ED3B8
Tints of Robin's Egg Blue #0ED3B8
RGB
CMYK
RGB Variations
Color information
#0ED3B8 (or 0x0ED3B8) is known color: Robin's Egg Blue. HEX triplet: 0E, D3 and B8. RGB value is (14,211,184). Sum of RGB (Red+Green+Blue) = 14+211+184=409 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.42% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED3B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED3B8 is #F12C47. Grayscale: #949494. Windows color (decimal): -15805512 or 12112654. OLE color: 12112654.
HSL color Cylindrical-coordinate representation of color #0ED3B8: hue angle of 171.78º 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 #0ED3B8 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 184 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.17 |
| HSL | 171.78º | 0.88% | 0.44% | - |
| HSV(B) | 171.78º | 0.93% | 0.83% | - |
| XYZ | 32.13 | 50.14 | 53.33 | - |
| YUV | 149.02 | 147.73 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 184 | 0.93 | 0 | 0.13 | 0.17 | 171.78 | 0.88 | 0.44 |
| Hex | E | D3 | B8 | 5D | 0 | D | 11 | AC | 58 | 2C |
| Octal | 16 | 323 | 270 | 135 | 0 | 15 | 21 | 254 | 130 | 54 |
| Binary | 1110 | 11010011 | 10111000 | 1011101 | 0 | 1101 | 10001 | 10101100 | 1011000 | 101100 |
Color Harmonies of #0ED3B8
Complementary color
Monochromatic Colors of #0ED3B8
Black with #0ED3B8
Text Example
Text Example
White with #0ED3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED3B8; }
p { color: rgb(14,211,184); }
H1.HeaderClassName
{
color: #0ED3B8;
}
.AnyTagClassName
{
color: #0ED3B8;
}
</style>
background-color css
<style>
a { background-color: #0ED3B8; }
a { background-color: rgb(14,211,184); }
div.DivClassName
{
background-color: #0ED3B8;
}
.BgClassName
{
background-color: #0ED3B8;
}
</style>
border-color css
<style>
span { border-color: #0ED3B8; }
span { border-color: rgb(14,211,184); }
td.TdClassName
{
border-color: #0ED3B8;
}
.TagClassName
{
border-color: #0ED3B8;
}
</style>