Shades of Robin's Egg Blue #1EC8CB
Tints of Robin's Egg Blue #1EC8CB
RGB
CMYK
RGB Variations
Color information
#1EC8CB (or 0x1EC8CB) is known color: Robin's Egg Blue. HEX triplet: 1E, C8 and CB. RGB value is (30,200,203). Sum of RGB (Red+Green+Blue) = 30+200+203=433 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.93% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC8CB is #E13734. Grayscale: #959595. Windows color (decimal): -14759733 or 13355038. OLE color: 13355038.
HSL color Cylindrical-coordinate representation of color #1EC8CB: hue angle of 181.04º 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 #1EC8CB is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 200 | 203 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.20 |
| HSL | 181.04º | 0.74% | 0.46% | - |
| HSV(B) | 181.04º | 0.85% | 0.8% | - |
| XYZ | 31.97 | 45.9 | 63.67 | - |
| YUV | 149.51 | 158.18 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 200 | 203 | 0.85 | 0.01 | 0 | 0.20 | 181.04 | 0.74 | 0.46 |
| Hex | 1E | C8 | CB | 55 | 1 | 0 | 14 | B5 | 4A | 2E |
| Octal | 36 | 310 | 313 | 125 | 1 | 0 | 24 | 265 | 112 | 56 |
| Binary | 11110 | 11001000 | 11001011 | 1010101 | 1 | 0 | 10100 | 10110101 | 1001010 | 101110 |
Color Harmonies of #1EC8CB
Complementary color
Monochromatic Colors of #1EC8CB
Black with #1EC8CB
Text Example
Text Example
White with #1EC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC8CB; }
p { color: rgb(30,200,203); }
H1.HeaderClassName
{
color: #1EC8CB;
}
.AnyTagClassName
{
color: #1EC8CB;
}
</style>
background-color css
<style>
a { background-color: #1EC8CB; }
a { background-color: rgb(30,200,203); }
div.DivClassName
{
background-color: #1EC8CB;
}
.BgClassName
{
background-color: #1EC8CB;
}
</style>
border-color css
<style>
span { border-color: #1EC8CB; }
span { border-color: rgb(30,200,203); }
td.TdClassName
{
border-color: #1EC8CB;
}
.TagClassName
{
border-color: #1EC8CB;
}
</style>