Shades of Robin's Egg Blue #1EC5CD
Tints of Robin's Egg Blue #1EC5CD
RGB
CMYK
RGB Variations
Color information
#1EC5CD (or 0x1EC5CD) is known color: Robin's Egg Blue. HEX triplet: 1E, C5 and CD. RGB value is (30,197,205). Sum of RGB (Red+Green+Blue) = 30+197+205=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EC5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC5CD is #E13A32. Grayscale: #939393. Windows color (decimal): -14760499 or 13485342. OLE color: 13485342.
HSL color Cylindrical-coordinate representation of color #1EC5CD: hue angle of 182.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC5CD is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 197 | 205 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.20 |
| HSL | 182.74º | 0.74% | 0.46% | - |
| HSV(B) | 182.74º | 0.85% | 0.8% | - |
| XYZ | 31.52 | 44.62 | 64.71 | - |
| YUV | 147.98 | 160.17 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 205 | 0.85 | 0.04 | 0 | 0.20 | 182.74 | 0.74 | 0.46 |
| Hex | 1E | C5 | CD | 55 | 4 | 0 | 14 | B7 | 4A | 2E |
| Octal | 36 | 305 | 315 | 125 | 4 | 0 | 24 | 267 | 112 | 56 |
| Binary | 11110 | 11000101 | 11001101 | 1010101 | 100 | 0 | 10100 | 10110111 | 1001010 | 101110 |
Color Harmonies of #1EC5CD
Complementary color
Monochromatic Colors of #1EC5CD
Black with #1EC5CD
Text Example
Text Example
White with #1EC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC5CD; }
p { color: rgb(30,197,205); }
H1.HeaderClassName
{
color: #1EC5CD;
}
.AnyTagClassName
{
color: #1EC5CD;
}
</style>
background-color css
<style>
a { background-color: #1EC5CD; }
a { background-color: rgb(30,197,205); }
div.DivClassName
{
background-color: #1EC5CD;
}
.BgClassName
{
background-color: #1EC5CD;
}
</style>
border-color css
<style>
span { border-color: #1EC5CD; }
span { border-color: rgb(30,197,205); }
td.TdClassName
{
border-color: #1EC5CD;
}
.TagClassName
{
border-color: #1EC5CD;
}
</style>