Shades of Robin's Egg Blue #1ED9BD
Tints of Robin's Egg Blue #1ED9BD
RGB
CMYK
RGB Variations
Color information
#1ED9BD (or 0x1ED9BD) is known color: Robin's Egg Blue. HEX triplet: 1E, D9 and BD. RGB value is (30,217,189). Sum of RGB (Red+Green+Blue) = 30+217+189=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9BD is #E12642. Grayscale: #9D9D9D. Windows color (decimal): -14755395 or 12441886. OLE color: 12441886.
HSL color Cylindrical-coordinate representation of color #1ED9BD: hue angle of 171.02º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED9BD is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 189 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.15 |
| HSL | 171.02º | 0.76% | 0.48% | - |
| HSV(B) | 171.02º | 0.86% | 0.85% | - |
| XYZ | 34.53 | 53.58 | 56.67 | - |
| YUV | 157.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 189 | 0.86 | 0 | 0.13 | 0.15 | 171.02 | 0.76 | 0.48 |
| Hex | 1E | D9 | BD | 56 | 0 | D | F | AB | 4C | 30 |
| Octal | 36 | 331 | 275 | 126 | 0 | 15 | 17 | 253 | 114 | 60 |
| Binary | 11110 | 11011001 | 10111101 | 1010110 | 0 | 1101 | 1111 | 10101011 | 1001100 | 110000 |
Color Harmonies of #1ED9BD
Complementary color
Monochromatic Colors of #1ED9BD
Black with #1ED9BD
Text Example
Text Example
White with #1ED9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED9BD; }
p { color: rgb(30,217,189); }
H1.HeaderClassName
{
color: #1ED9BD;
}
.AnyTagClassName
{
color: #1ED9BD;
}
</style>
background-color css
<style>
a { background-color: #1ED9BD; }
a { background-color: rgb(30,217,189); }
div.DivClassName
{
background-color: #1ED9BD;
}
.BgClassName
{
background-color: #1ED9BD;
}
</style>
border-color css
<style>
span { border-color: #1ED9BD; }
span { border-color: rgb(30,217,189); }
td.TdClassName
{
border-color: #1ED9BD;
}
.TagClassName
{
border-color: #1ED9BD;
}
</style>