Shades of Robin's Egg Blue #1ED9C3
Tints of Robin's Egg Blue #1ED9C3
RGB
CMYK
RGB Variations
Color information
#1ED9C3 (or 0x1ED9C3) is known color: Robin's Egg Blue. HEX triplet: 1E, D9 and C3. RGB value is (30,217,195). Sum of RGB (Red+Green+Blue) = 30+217+195=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9C3 is #E1263C. Grayscale: #9E9E9E. Windows color (decimal): -14755389 or 12835102. OLE color: 12835102.
HSL color Cylindrical-coordinate representation of color #1ED9C3: hue angle of 172.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED9C3 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 195 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.15 |
| HSL | 172.94º | 0.76% | 0.48% | - |
| HSV(B) | 172.94º | 0.86% | 0.85% | - |
| XYZ | 35.2 | 53.84 | 60.17 | - |
| YUV | 158.58 | 148.55 | 36.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 195 | 0.86 | 0 | 0.10 | 0.15 | 172.94 | 0.76 | 0.48 |
| Hex | 1E | D9 | C3 | 56 | 0 | A | F | AD | 4C | 30 |
| Octal | 36 | 331 | 303 | 126 | 0 | 12 | 17 | 255 | 114 | 60 |
| Binary | 11110 | 11011001 | 11000011 | 1010110 | 0 | 1010 | 1111 | 10101101 | 1001100 | 110000 |
Color Harmonies of #1ED9C3
Complementary color
Monochromatic Colors of #1ED9C3
Black with #1ED9C3
Text Example
Text Example
White with #1ED9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED9C3; }
p { color: rgb(30,217,195); }
H1.HeaderClassName
{
color: #1ED9C3;
}
.AnyTagClassName
{
color: #1ED9C3;
}
</style>
background-color css
<style>
a { background-color: #1ED9C3; }
a { background-color: rgb(30,217,195); }
div.DivClassName
{
background-color: #1ED9C3;
}
.BgClassName
{
background-color: #1ED9C3;
}
</style>
border-color css
<style>
span { border-color: #1ED9C3; }
span { border-color: rgb(30,217,195); }
td.TdClassName
{
border-color: #1ED9C3;
}
.TagClassName
{
border-color: #1ED9C3;
}
</style>