Shades of Robin's Egg Blue #1ED7C5
Tints of Robin's Egg Blue #1ED7C5
RGB
CMYK
RGB Variations
Color information
#1ED7C5 (or 0x1ED7C5) is known color: Robin's Egg Blue. HEX triplet: 1E, D7 and C5. RGB value is (30,215,197). Sum of RGB (Red+Green+Blue) = 30+215+197=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED7C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7C5 is #E1283A. Grayscale: #9D9D9D. Windows color (decimal): -14755899 or 12965662. OLE color: 12965662.
HSL color Cylindrical-coordinate representation of color #1ED7C5: hue angle of 174.16º 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 #1ED7C5 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 197 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.16 |
| HSL | 174.16º | 0.76% | 0.48% | - |
| HSV(B) | 174.16º | 0.86% | 0.84% | - |
| XYZ | 34.91 | 52.91 | 61.2 | - |
| YUV | 157.63 | 150.21 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 197 | 0.86 | 0 | 0.08 | 0.16 | 174.16 | 0.76 | 0.48 |
| Hex | 1E | D7 | C5 | 56 | 0 | 8 | 10 | AE | 4C | 30 |
| Octal | 36 | 327 | 305 | 126 | 0 | 10 | 20 | 256 | 114 | 60 |
| Binary | 11110 | 11010111 | 11000101 | 1010110 | 0 | 1000 | 10000 | 10101110 | 1001100 | 110000 |
Color Harmonies of #1ED7C5
Complementary color
Monochromatic Colors of #1ED7C5
Black with #1ED7C5
Text Example
Text Example
White with #1ED7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED7C5; }
p { color: rgb(30,215,197); }
H1.HeaderClassName
{
color: #1ED7C5;
}
.AnyTagClassName
{
color: #1ED7C5;
}
</style>
background-color css
<style>
a { background-color: #1ED7C5; }
a { background-color: rgb(30,215,197); }
div.DivClassName
{
background-color: #1ED7C5;
}
.BgClassName
{
background-color: #1ED7C5;
}
</style>
border-color css
<style>
span { border-color: #1ED7C5; }
span { border-color: rgb(30,215,197); }
td.TdClassName
{
border-color: #1ED7C5;
}
.TagClassName
{
border-color: #1ED7C5;
}
</style>