Shades of Robin's Egg Blue #1ECFCD
Tints of Robin's Egg Blue #1ECFCD
RGB
CMYK
RGB Variations
Color information
#1ECFCD (or 0x1ECFCD) is known color: Robin's Egg Blue. HEX triplet: 1E, CF and CD. RGB value is (30,207,205). Sum of RGB (Red+Green+Blue) = 30+207+205=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFCD is #E13032. Grayscale: #999999. Windows color (decimal): -14757939 or 13487902. OLE color: 13487902.
HSL color Cylindrical-coordinate representation of color #1ECFCD: 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.86%. Process color model (Four color, CMYK) of #1ECFCD is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 205 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.19 |
| HSL | 179.32º | 0.75% | 0.46% | - |
| HSV(B) | 179.32º | 0.86% | 0.81% | - |
| XYZ | 33.87 | 49.31 | 65.49 | - |
| YUV | 153.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 205 | 0.86 | 0 | 0.01 | 0.19 | 179.32 | 0.75 | 0.46 |
| Hex | 1E | CF | CD | 56 | 0 | 1 | 13 | B3 | 4B | 2E |
| Octal | 36 | 317 | 315 | 126 | 0 | 1 | 23 | 263 | 113 | 56 |
| Binary | 11110 | 11001111 | 11001101 | 1010110 | 0 | 1 | 10011 | 10110011 | 1001011 | 101110 |
Color Harmonies of #1ECFCD
Complementary color
Monochromatic Colors of #1ECFCD
Black with #1ECFCD
Text Example
Text Example
White with #1ECFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFCD; }
p { color: rgb(30,207,205); }
H1.HeaderClassName
{
color: #1ECFCD;
}
.AnyTagClassName
{
color: #1ECFCD;
}
</style>
background-color css
<style>
a { background-color: #1ECFCD; }
a { background-color: rgb(30,207,205); }
div.DivClassName
{
background-color: #1ECFCD;
}
.BgClassName
{
background-color: #1ECFCD;
}
</style>
border-color css
<style>
span { border-color: #1ECFCD; }
span { border-color: rgb(30,207,205); }
td.TdClassName
{
border-color: #1ECFCD;
}
.TagClassName
{
border-color: #1ECFCD;
}
</style>