Shades of Robin's Egg Blue #1EDBBC
Tints of Robin's Egg Blue #1EDBBC
RGB
CMYK
RGB Variations
Color information
#1EDBBC (or 0x1EDBBC) is known color: Robin's Egg Blue. HEX triplet: 1E, DB and BC. RGB value is (30,219,188). Sum of RGB (Red+Green+Blue) = 30+219+188=437 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.86% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDBBC is #E12443. Grayscale: #9E9E9E. Windows color (decimal): -14754884 or 12376862. OLE color: 12376862.
HSL color Cylindrical-coordinate representation of color #1EDBBC: hue angle of 170.16º 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 #1EDBBC is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 188 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.14 |
| HSL | 170.16º | 0.76% | 0.49% | - |
| HSV(B) | 170.16º | 0.86% | 0.86% | - |
| XYZ | 34.94 | 54.57 | 56.27 | - |
| YUV | 158.96 | 144.38 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 188 | 0.86 | 0 | 0.14 | 0.14 | 170.16 | 0.76 | 0.49 |
| Hex | 1E | DB | BC | 56 | 0 | E | E | AA | 4C | 31 |
| Octal | 36 | 333 | 274 | 126 | 0 | 16 | 16 | 252 | 114 | 61 |
| Binary | 11110 | 11011011 | 10111100 | 1010110 | 0 | 1110 | 1110 | 10101010 | 1001100 | 110001 |
Color Harmonies of #1EDBBC
Complementary color
Monochromatic Colors of #1EDBBC
Black with #1EDBBC
Text Example
Text Example
White with #1EDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBBC; }
p { color: rgb(30,219,188); }
H1.HeaderClassName
{
color: #1EDBBC;
}
.AnyTagClassName
{
color: #1EDBBC;
}
</style>
background-color css
<style>
a { background-color: #1EDBBC; }
a { background-color: rgb(30,219,188); }
div.DivClassName
{
background-color: #1EDBBC;
}
.BgClassName
{
background-color: #1EDBBC;
}
</style>
border-color css
<style>
span { border-color: #1EDBBC; }
span { border-color: rgb(30,219,188); }
td.TdClassName
{
border-color: #1EDBBC;
}
.TagClassName
{
border-color: #1EDBBC;
}
</style>