Shades of Robin's Egg Blue #1ED7BC
Tints of Robin's Egg Blue #1ED7BC
RGB
CMYK
RGB Variations
Color information
#1ED7BC (or 0x1ED7BC) is known color: Robin's Egg Blue. HEX triplet: 1E, D7 and BC. RGB value is (30,215,188). Sum of RGB (Red+Green+Blue) = 30+215+188=433 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.93% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7BC is #E12843. Grayscale: #9C9C9C. Windows color (decimal): -14755908 or 12375838. OLE color: 12375838.
HSL color Cylindrical-coordinate representation of color #1ED7BC: hue angle of 171.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED7BC is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 188 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.16 |
| HSL | 171.24º | 0.76% | 0.48% | - |
| HSV(B) | 171.24º | 0.86% | 0.84% | - |
| XYZ | 33.91 | 52.51 | 55.92 | - |
| YUV | 156.61 | 145.71 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 188 | 0.86 | 0 | 0.13 | 0.16 | 171.24 | 0.76 | 0.48 |
| Hex | 1E | D7 | BC | 56 | 0 | D | 10 | AB | 4C | 30 |
| Octal | 36 | 327 | 274 | 126 | 0 | 15 | 20 | 253 | 114 | 60 |
| Binary | 11110 | 11010111 | 10111100 | 1010110 | 0 | 1101 | 10000 | 10101011 | 1001100 | 110000 |
Color Harmonies of #1ED7BC
Complementary color
Monochromatic Colors of #1ED7BC
Black with #1ED7BC
Text Example
Text Example
White with #1ED7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED7BC; }
p { color: rgb(30,215,188); }
H1.HeaderClassName
{
color: #1ED7BC;
}
.AnyTagClassName
{
color: #1ED7BC;
}
</style>
background-color css
<style>
a { background-color: #1ED7BC; }
a { background-color: rgb(30,215,188); }
div.DivClassName
{
background-color: #1ED7BC;
}
.BgClassName
{
background-color: #1ED7BC;
}
</style>
border-color css
<style>
span { border-color: #1ED7BC; }
span { border-color: rgb(30,215,188); }
td.TdClassName
{
border-color: #1ED7BC;
}
.TagClassName
{
border-color: #1ED7BC;
}
</style>