Shades of Robin's Egg Blue #1ECACC
Tints of Robin's Egg Blue #1ECACC
RGB
CMYK
RGB Variations
Color information
#1ECACC (or 0x1ECACC) is known color: Robin's Egg Blue. HEX triplet: 1E, CA and CC. RGB value is (30,202,204). Sum of RGB (Red+Green+Blue) = 30+202+204=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #1ECACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECACC is #E13533. Grayscale: #969696. Windows color (decimal): -14759220 or 13421086. OLE color: 13421086.
HSL color Cylindrical-coordinate representation of color #1ECACC: hue angle of 180.69º 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 #1ECACC is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 202 | 204 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.2 |
| HSL | 180.69º | 0.74% | 0.46% | - |
| HSV(B) | 180.69º | 0.85% | 0.8% | - |
| XYZ | 32.56 | 46.88 | 64.46 | - |
| YUV | 150.8 | 158.02 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 204 | 0.85 | 0.01 | 0 | 0.2 | 180.69 | 0.74 | 0.46 |
| Hex | 1E | CA | CC | 55 | 1 | 0 | 14 | B5 | 4A | 2E |
| Octal | 36 | 312 | 314 | 125 | 1 | 0 | 24 | 265 | 112 | 56 |
| Binary | 11110 | 11001010 | 11001100 | 1010101 | 1 | 0 | 10100 | 10110101 | 1001010 | 101110 |
Color Harmonies of #1ECACC
Complementary color
Monochromatic Colors of #1ECACC
Black with #1ECACC
Text Example
Text Example
White with #1ECACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECACC; }
p { color: rgb(30,202,204); }
H1.HeaderClassName
{
color: #1ECACC;
}
.AnyTagClassName
{
color: #1ECACC;
}
</style>
background-color css
<style>
a { background-color: #1ECACC; }
a { background-color: rgb(30,202,204); }
div.DivClassName
{
background-color: #1ECACC;
}
.BgClassName
{
background-color: #1ECACC;
}
</style>
border-color css
<style>
span { border-color: #1ECACC; }
span { border-color: rgb(30,202,204); }
td.TdClassName
{
border-color: #1ECACC;
}
.TagClassName
{
border-color: #1ECACC;
}
</style>