Shades of Robin's Egg Blue #1EDBBA
Tints of Robin's Egg Blue #1EDBBA
RGB
CMYK
RGB Variations
Color information
#1EDBBA (or 0x1EDBBA) is known color: Robin's Egg Blue. HEX triplet: 1E, DB and BA. RGB value is (30,219,186). Sum of RGB (Red+Green+Blue) = 30+219+186=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBBA is #E12445. Grayscale: #9E9E9E. Windows color (decimal): -14754886 or 12245790. OLE color: 12245790.
HSL color Cylindrical-coordinate representation of color #1EDBBA: hue angle of 169.52º 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 #1EDBBA is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 186 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.14 |
| HSL | 169.52º | 0.76% | 0.49% | - |
| HSV(B) | 169.52º | 0.86% | 0.86% | - |
| XYZ | 34.73 | 54.48 | 55.14 | - |
| YUV | 158.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 186 | 0.86 | 0 | 0.15 | 0.14 | 169.52 | 0.76 | 0.49 |
| Hex | 1E | DB | BA | 56 | 0 | F | E | AA | 4C | 31 |
| Octal | 36 | 333 | 272 | 126 | 0 | 17 | 16 | 252 | 114 | 61 |
| Binary | 11110 | 11011011 | 10111010 | 1010110 | 0 | 1111 | 1110 | 10101010 | 1001100 | 110001 |
Color Harmonies of #1EDBBA
Complementary color
Monochromatic Colors of #1EDBBA
Black with #1EDBBA
Text Example
Text Example
White with #1EDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBBA; }
p { color: rgb(30,219,186); }
H1.HeaderClassName
{
color: #1EDBBA;
}
.AnyTagClassName
{
color: #1EDBBA;
}
</style>
background-color css
<style>
a { background-color: #1EDBBA; }
a { background-color: rgb(30,219,186); }
div.DivClassName
{
background-color: #1EDBBA;
}
.BgClassName
{
background-color: #1EDBBA;
}
</style>
border-color css
<style>
span { border-color: #1EDBBA; }
span { border-color: rgb(30,219,186); }
td.TdClassName
{
border-color: #1EDBBA;
}
.TagClassName
{
border-color: #1EDBBA;
}
</style>