Shades of Robin's Egg Blue #1ED7BB
Tints of Robin's Egg Blue #1ED7BB
RGB
CMYK
RGB Variations
Color information
#1ED7BB (or 0x1ED7BB) is known color: Robin's Egg Blue. HEX triplet: 1E, D7 and BB. RGB value is (30,215,187). Sum of RGB (Red+Green+Blue) = 30+215+187=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7BB is #E12844. Grayscale: #9C9C9C. Windows color (decimal): -14755909 or 12310302. OLE color: 12310302.
HSL color Cylindrical-coordinate representation of color #1ED7BB: hue angle of 170.92º 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 #1ED7BB is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 187 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.16 |
| HSL | 170.92º | 0.76% | 0.48% | - |
| HSV(B) | 170.92º | 0.86% | 0.84% | - |
| XYZ | 33.81 | 52.46 | 55.36 | - |
| YUV | 156.49 | 145.21 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 187 | 0.86 | 0 | 0.13 | 0.16 | 170.92 | 0.76 | 0.48 |
| Hex | 1E | D7 | BB | 56 | 0 | D | 10 | AB | 4C | 30 |
| Octal | 36 | 327 | 273 | 126 | 0 | 15 | 20 | 253 | 114 | 60 |
| Binary | 11110 | 11010111 | 10111011 | 1010110 | 0 | 1101 | 10000 | 10101011 | 1001100 | 110000 |
Color Harmonies of #1ED7BB
Complementary color
Monochromatic Colors of #1ED7BB
Black with #1ED7BB
Text Example
Text Example
White with #1ED7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED7BB; }
p { color: rgb(30,215,187); }
H1.HeaderClassName
{
color: #1ED7BB;
}
.AnyTagClassName
{
color: #1ED7BB;
}
</style>
background-color css
<style>
a { background-color: #1ED7BB; }
a { background-color: rgb(30,215,187); }
div.DivClassName
{
background-color: #1ED7BB;
}
.BgClassName
{
background-color: #1ED7BB;
}
</style>
border-color css
<style>
span { border-color: #1ED7BB; }
span { border-color: rgb(30,215,187); }
td.TdClassName
{
border-color: #1ED7BB;
}
.TagClassName
{
border-color: #1ED7BB;
}
</style>