Shades of Robin's Egg Blue #1ED8CB
Tints of Robin's Egg Blue #1ED8CB
RGB
CMYK
RGB Variations
Color information
#1ED8CB (or 0x1ED8CB) is known color: Robin's Egg Blue. HEX triplet: 1E, D8 and CB. RGB value is (30,216,203). Sum of RGB (Red+Green+Blue) = 30+216+203=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED8CB is #E12734. Grayscale: #9E9E9E. Windows color (decimal): -14755637 or 13359134. OLE color: 13359134.
HSL color Cylindrical-coordinate representation of color #1ED8CB: hue angle of 175.81º 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 #1ED8CB is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 203 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.15 |
| HSL | 175.81º | 0.76% | 0.48% | - |
| HSV(B) | 175.81º | 0.86% | 0.85% | - |
| XYZ | 35.87 | 53.7 | 64.97 | - |
| YUV | 158.9 | 152.88 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 203 | 0.86 | 0 | 0.06 | 0.15 | 175.81 | 0.76 | 0.48 |
| Hex | 1E | D8 | CB | 56 | 0 | 6 | F | B0 | 4C | 30 |
| Octal | 36 | 330 | 313 | 126 | 0 | 6 | 17 | 260 | 114 | 60 |
| Binary | 11110 | 11011000 | 11001011 | 1010110 | 0 | 110 | 1111 | 10110000 | 1001100 | 110000 |
Color Harmonies of #1ED8CB
Complementary color
Monochromatic Colors of #1ED8CB
Black with #1ED8CB
Text Example
Text Example
White with #1ED8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED8CB; }
p { color: rgb(30,216,203); }
H1.HeaderClassName
{
color: #1ED8CB;
}
.AnyTagClassName
{
color: #1ED8CB;
}
</style>
background-color css
<style>
a { background-color: #1ED8CB; }
a { background-color: rgb(30,216,203); }
div.DivClassName
{
background-color: #1ED8CB;
}
.BgClassName
{
background-color: #1ED8CB;
}
</style>
border-color css
<style>
span { border-color: #1ED8CB; }
span { border-color: rgb(30,216,203); }
td.TdClassName
{
border-color: #1ED8CB;
}
.TagClassName
{
border-color: #1ED8CB;
}
</style>