Shades of Robin's Egg Blue #1ED1CB
Tints of Robin's Egg Blue #1ED1CB
RGB
CMYK
RGB Variations
Color information
#1ED1CB (or 0x1ED1CB) is known color: Robin's Egg Blue. HEX triplet: 1E, D1 and CB. RGB value is (30,209,203). Sum of RGB (Red+Green+Blue) = 30+209+203=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED1CB is #E12E34. Grayscale: #9A9A9A. Windows color (decimal): -14757429 or 13357342. OLE color: 13357342.
HSL color Cylindrical-coordinate representation of color #1ED1CB: hue angle of 177.99º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED1CB is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 203 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.18 |
| HSL | 177.99º | 0.75% | 0.47% | - |
| HSV(B) | 177.99º | 0.86% | 0.82% | - |
| XYZ | 34.12 | 50.19 | 64.39 | - |
| YUV | 154.8 | 155.2 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 203 | 0.86 | 0 | 0.03 | 0.18 | 177.99 | 0.75 | 0.47 |
| Hex | 1E | D1 | CB | 56 | 0 | 3 | 12 | B2 | 4B | 2F |
| Octal | 36 | 321 | 313 | 126 | 0 | 3 | 22 | 262 | 113 | 57 |
| Binary | 11110 | 11010001 | 11001011 | 1010110 | 0 | 11 | 10010 | 10110010 | 1001011 | 101111 |
Color Harmonies of #1ED1CB
Complementary color
Monochromatic Colors of #1ED1CB
Black with #1ED1CB
Text Example
Text Example
White with #1ED1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED1CB; }
p { color: rgb(30,209,203); }
H1.HeaderClassName
{
color: #1ED1CB;
}
.AnyTagClassName
{
color: #1ED1CB;
}
</style>
background-color css
<style>
a { background-color: #1ED1CB; }
a { background-color: rgb(30,209,203); }
div.DivClassName
{
background-color: #1ED1CB;
}
.BgClassName
{
background-color: #1ED1CB;
}
</style>
border-color css
<style>
span { border-color: #1ED1CB; }
span { border-color: rgb(30,209,203); }
td.TdClassName
{
border-color: #1ED1CB;
}
.TagClassName
{
border-color: #1ED1CB;
}
</style>