Shades of Robin's Egg Blue #1ECEC1
Tints of Robin's Egg Blue #1ECEC1
RGB
CMYK
RGB Variations
Color information
#1ECEC1 (or 0x1ECEC1) is known color: Robin's Egg Blue. HEX triplet: 1E, CE and C1. RGB value is (30,206,193). Sum of RGB (Red+Green+Blue) = 30+206+193=429 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.99% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEC1 is #E1313E. Grayscale: #979797. Windows color (decimal): -14758207 or 12701214. OLE color: 12701214.
HSL color Cylindrical-coordinate representation of color #1ECEC1: hue angle of 175.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECEC1 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 193 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.19 |
| HSL | 175.57º | 0.75% | 0.46% | - |
| HSV(B) | 175.57º | 0.85% | 0.81% | - |
| XYZ | 32.23 | 48.27 | 58.07 | - |
| YUV | 151.89 | 151.19 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 193 | 0.85 | 0 | 0.06 | 0.19 | 175.57 | 0.75 | 0.46 |
| Hex | 1E | CE | C1 | 55 | 0 | 6 | 13 | B0 | 4B | 2E |
| Octal | 36 | 316 | 301 | 125 | 0 | 6 | 23 | 260 | 113 | 56 |
| Binary | 11110 | 11001110 | 11000001 | 1010101 | 0 | 110 | 10011 | 10110000 | 1001011 | 101110 |
Color Harmonies of #1ECEC1
Complementary color
Monochromatic Colors of #1ECEC1
Black with #1ECEC1
Text Example
Text Example
White with #1ECEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEC1; }
p { color: rgb(30,206,193); }
H1.HeaderClassName
{
color: #1ECEC1;
}
.AnyTagClassName
{
color: #1ECEC1;
}
</style>
background-color css
<style>
a { background-color: #1ECEC1; }
a { background-color: rgb(30,206,193); }
div.DivClassName
{
background-color: #1ECEC1;
}
.BgClassName
{
background-color: #1ECEC1;
}
</style>
border-color css
<style>
span { border-color: #1ECEC1; }
span { border-color: rgb(30,206,193); }
td.TdClassName
{
border-color: #1ECEC1;
}
.TagClassName
{
border-color: #1ECEC1;
}
</style>