Shades of Robin's Egg Blue #1ECECD
Tints of Robin's Egg Blue #1ECECD
RGB
CMYK
RGB Variations
Color information
#1ECECD (or 0x1ECECD) is known color: Robin's Egg Blue. HEX triplet: 1E, CE and CD. RGB value is (30,206,205). Sum of RGB (Red+Green+Blue) = 30+206+205=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECECD is #E13132. Grayscale: #999999. Windows color (decimal): -14758195 or 13487646. OLE color: 13487646.
HSL color Cylindrical-coordinate representation of color #1ECECD: hue angle of 179.66º 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 #1ECECD is Cyan = 0.85, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 205 | - |
| CMYK | 0.85 | 0 | 0.00 | 0.19 |
| HSL | 179.66º | 0.75% | 0.46% | - |
| HSV(B) | 179.66º | 0.85% | 0.81% | - |
| XYZ | 33.63 | 48.83 | 65.41 | - |
| YUV | 153.26 | 157.19 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 205 | 0.85 | 0 | 0.00 | 0.19 | 179.66 | 0.75 | 0.46 |
| Hex | 1E | CE | CD | 55 | 0 | 0 | 13 | B4 | 4B | 2E |
| Octal | 36 | 316 | 315 | 125 | 0 | 0 | 23 | 264 | 113 | 56 |
| Binary | 11110 | 11001110 | 11001101 | 1010101 | 0 | 0 | 10011 | 10110100 | 1001011 | 101110 |
Color Harmonies of #1ECECD
Complementary color
Monochromatic Colors of #1ECECD
Black with #1ECECD
Text Example
Text Example
White with #1ECECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECECD; }
p { color: rgb(30,206,205); }
H1.HeaderClassName
{
color: #1ECECD;
}
.AnyTagClassName
{
color: #1ECECD;
}
</style>
background-color css
<style>
a { background-color: #1ECECD; }
a { background-color: rgb(30,206,205); }
div.DivClassName
{
background-color: #1ECECD;
}
.BgClassName
{
background-color: #1ECECD;
}
</style>
border-color css
<style>
span { border-color: #1ECECD; }
span { border-color: rgb(30,206,205); }
td.TdClassName
{
border-color: #1ECECD;
}
.TagClassName
{
border-color: #1ECECD;
}
</style>