Shades of Robin's Egg Blue #1ECACA
Tints of Robin's Egg Blue #1ECACA
RGB
CMYK
RGB Variations
Color information
#1ECACA (or 0x1ECACA) is known color: Robin's Egg Blue. HEX triplet: 1E, CA and CA. RGB value is (30,202,202). Sum of RGB (Red+Green+Blue) = 30+202+202=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #1ECACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECACA is #E13535. Grayscale: #969696. Windows color (decimal): -14759222 or 13290014. OLE color: 13290014.
HSL color Cylindrical-coordinate representation of color #1ECACA: hue angle of 180º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECACA is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 202 | - |
| CMYK | 0.85 | 0 | 0 | 0.21 |
| HSL | 180º | 0.74% | 0.45% | - |
| HSV(B) | 180º | 0.85% | 0.79% | - |
| XYZ | 32.32 | 46.78 | 63.2 | - |
| YUV | 150.57 | 157.02 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 202 | 0.85 | 0 | 0 | 0.21 | 180 | 0.74 | 0.45 |
| Hex | 1E | CA | CA | 55 | 0 | 0 | 15 | B4 | 4A | 2D |
| Octal | 36 | 312 | 312 | 125 | 0 | 0 | 25 | 264 | 112 | 55 |
| Binary | 11110 | 11001010 | 11001010 | 1010101 | 0 | 0 | 10101 | 10110100 | 1001010 | 101101 |
Color Harmonies of #1ECACA
Complementary color
Monochromatic Colors of #1ECACA
Black with #1ECACA
Text Example
Text Example
White with #1ECACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECACA; }
p { color: rgb(30,202,202); }
H1.HeaderClassName
{
color: #1ECACA;
}
.AnyTagClassName
{
color: #1ECACA;
}
</style>
background-color css
<style>
a { background-color: #1ECACA; }
a { background-color: rgb(30,202,202); }
div.DivClassName
{
background-color: #1ECACA;
}
.BgClassName
{
background-color: #1ECACA;
}
</style>
border-color css
<style>
span { border-color: #1ECACA; }
span { border-color: rgb(30,202,202); }
td.TdClassName
{
border-color: #1ECACA;
}
.TagClassName
{
border-color: #1ECACA;
}
</style>