Shades of Robin's Egg Blue #1ECBCA
Tints of Robin's Egg Blue #1ECBCA
RGB
CMYK
RGB Variations
Color information
#1ECBCA (or 0x1ECBCA) is known color: Robin's Egg Blue. HEX triplet: 1E, CB and CA. RGB value is (30,203,202). Sum of RGB (Red+Green+Blue) = 30+203+202=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECBCA is #E13435. Grayscale: #969696. Windows color (decimal): -14758966 or 13290270. OLE color: 13290270.
HSL color Cylindrical-coordinate representation of color #1ECBCA: hue angle of 179.65º 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 #1ECBCA is Cyan = 0.85, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 202 | - |
| CMYK | 0.85 | 0 | 0.00 | 0.20 |
| HSL | 179.65º | 0.74% | 0.46% | - |
| HSV(B) | 179.65º | 0.85% | 0.8% | - |
| XYZ | 32.55 | 47.25 | 63.28 | - |
| YUV | 151.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 202 | 0.85 | 0 | 0.00 | 0.20 | 179.65 | 0.74 | 0.46 |
| Hex | 1E | CB | CA | 55 | 0 | 0 | 14 | B4 | 4A | 2E |
| Octal | 36 | 313 | 312 | 125 | 0 | 0 | 24 | 264 | 112 | 56 |
| Binary | 11110 | 11001011 | 11001010 | 1010101 | 0 | 0 | 10100 | 10110100 | 1001010 | 101110 |
Color Harmonies of #1ECBCA
Complementary color
Monochromatic Colors of #1ECBCA
Black with #1ECBCA
Text Example
Text Example
White with #1ECBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECBCA; }
p { color: rgb(30,203,202); }
H1.HeaderClassName
{
color: #1ECBCA;
}
.AnyTagClassName
{
color: #1ECBCA;
}
</style>
background-color css
<style>
a { background-color: #1ECBCA; }
a { background-color: rgb(30,203,202); }
div.DivClassName
{
background-color: #1ECBCA;
}
.BgClassName
{
background-color: #1ECBCA;
}
</style>
border-color css
<style>
span { border-color: #1ECBCA; }
span { border-color: rgb(30,203,202); }
td.TdClassName
{
border-color: #1ECBCA;
}
.TagClassName
{
border-color: #1ECBCA;
}
</style>