Shades of Robin's Egg Blue #1ED2C3
Tints of Robin's Egg Blue #1ED2C3
RGB
CMYK
RGB Variations
Color information
#1ED2C3 (or 0x1ED2C3) is known color: Robin's Egg Blue. HEX triplet: 1E, D2 and C3. RGB value is (30,210,195). Sum of RGB (Red+Green+Blue) = 30+210+195=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED2C3 is #E12D3C. Grayscale: #9A9A9A. Windows color (decimal): -14757181 or 12833310. OLE color: 12833310.
HSL color Cylindrical-coordinate representation of color #1ED2C3: hue angle of 175º 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 #1ED2C3 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 30 | 210 | 195 | - |
CMYK | 0.86 | 0 | 0.07 | 0.18 |
HSL | 175º | 0.75% | 0.47% | - |
HSV(B) | 175º | 0.86% | 0.82% | - |
XYZ | 33.43 | 50.31 | 59.58 | - |
YUV | 154.47 | 150.87 | 39.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 210 | 195 | 0.86 | 0 | 0.07 | 0.18 | 175 | 0.75 | 0.47 |
Hex | 1E | D2 | C3 | 56 | 0 | 7 | 12 | AF | 4B | 2F |
Octal | 36 | 322 | 303 | 126 | 0 | 7 | 22 | 257 | 113 | 57 |
Binary | 11110 | 11010010 | 11000011 | 1010110 | 0 | 111 | 10010 | 10101111 | 1001011 | 101111 |
Color Harmonies of #1ED2C3
Complementary color
Monochromatic Colors of #1ED2C3
Black with #1ED2C3
Text Example
Text Example
White with #1ED2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED2C3; }
p { color: rgb(30,210,195); }
H1.HeaderClassName
{
color: #1ED2C3;
}
.AnyTagClassName
{
color: #1ED2C3;
}
</style>
background-color css
<style>
a { background-color: #1ED2C3; }
a { background-color: rgb(30,210,195); }
div.DivClassName
{
background-color: #1ED2C3;
}
.BgClassName
{
background-color: #1ED2C3;
}
</style>
border-color css
<style>
span { border-color: #1ED2C3; }
span { border-color: rgb(30,210,195); }
td.TdClassName
{
border-color: #1ED2C3;
}
.TagClassName
{
border-color: #1ED2C3;
}
</style>