Shades of Robin's Egg Blue #1EDBBD
Tints of Robin's Egg Blue #1EDBBD
RGB
CMYK
RGB Variations
Color information
#1EDBBD (or 0x1EDBBD) is known color: Robin's Egg Blue. HEX triplet: 1E, DB and BD. RGB value is (30,219,189). Sum of RGB (Red+Green+Blue) = 30+219+189=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBBD is #E12442. Grayscale: #9E9E9E. Windows color (decimal): -14754883 or 12442398. OLE color: 12442398.
HSL color Cylindrical-coordinate representation of color #1EDBBD: hue angle of 170.48º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDBBD is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 189 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.14 |
| HSL | 170.48º | 0.76% | 0.49% | - |
| HSV(B) | 170.48º | 0.86% | 0.86% | - |
| XYZ | 35.05 | 54.61 | 56.84 | - |
| YUV | 159.07 | 144.88 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 189 | 0.86 | 0 | 0.14 | 0.14 | 170.48 | 0.76 | 0.49 |
| Hex | 1E | DB | BD | 56 | 0 | E | E | AA | 4C | 31 |
| Octal | 36 | 333 | 275 | 126 | 0 | 16 | 16 | 252 | 114 | 61 |
| Binary | 11110 | 11011011 | 10111101 | 1010110 | 0 | 1110 | 1110 | 10101010 | 1001100 | 110001 |
Color Harmonies of #1EDBBD
Complementary color
Monochromatic Colors of #1EDBBD
Black with #1EDBBD
Text Example
Text Example
White with #1EDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBBD; }
p { color: rgb(30,219,189); }
H1.HeaderClassName
{
color: #1EDBBD;
}
.AnyTagClassName
{
color: #1EDBBD;
}
</style>
background-color css
<style>
a { background-color: #1EDBBD; }
a { background-color: rgb(30,219,189); }
div.DivClassName
{
background-color: #1EDBBD;
}
.BgClassName
{
background-color: #1EDBBD;
}
</style>
border-color css
<style>
span { border-color: #1EDBBD; }
span { border-color: rgb(30,219,189); }
td.TdClassName
{
border-color: #1EDBBD;
}
.TagClassName
{
border-color: #1EDBBD;
}
</style>