Shades of Robin's Egg Blue #1ECECC
Tints of Robin's Egg Blue #1ECECC
RGB
CMYK
RGB Variations
Color information
#1ECECC (or 0x1ECECC) is known color: Robin's Egg Blue. HEX triplet: 1E, CE and CC. RGB value is (30,206,204). Sum of RGB (Red+Green+Blue) = 30+206+204=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECECC is #E13133. Grayscale: #989898. Windows color (decimal): -14758196 or 13422110. OLE color: 13422110.
HSL color Cylindrical-coordinate representation of color #1ECECC: hue angle of 179.32º 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 #1ECECC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 204 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.19 |
| HSL | 179.32º | 0.75% | 0.46% | - |
| HSV(B) | 179.32º | 0.85% | 0.81% | - |
| XYZ | 33.51 | 48.78 | 64.78 | - |
| YUV | 153.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 204 | 0.85 | 0 | 0.01 | 0.19 | 179.32 | 0.75 | 0.46 |
| Hex | 1E | CE | CC | 55 | 0 | 1 | 13 | B3 | 4B | 2E |
| Octal | 36 | 316 | 314 | 125 | 0 | 1 | 23 | 263 | 113 | 56 |
| Binary | 11110 | 11001110 | 11001100 | 1010101 | 0 | 1 | 10011 | 10110011 | 1001011 | 101110 |
Color Harmonies of #1ECECC
Complementary color
Monochromatic Colors of #1ECECC
Black with #1ECECC
Text Example
Text Example
White with #1ECECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECECC; }
p { color: rgb(30,206,204); }
H1.HeaderClassName
{
color: #1ECECC;
}
.AnyTagClassName
{
color: #1ECECC;
}
</style>
background-color css
<style>
a { background-color: #1ECECC; }
a { background-color: rgb(30,206,204); }
div.DivClassName
{
background-color: #1ECECC;
}
.BgClassName
{
background-color: #1ECECC;
}
</style>
border-color css
<style>
span { border-color: #1ECECC; }
span { border-color: rgb(30,206,204); }
td.TdClassName
{
border-color: #1ECECC;
}
.TagClassName
{
border-color: #1ECECC;
}
</style>