Shades of Robin's Egg Blue #01E1C1
Tints of Robin's Egg Blue #01E1C1
RGB
CMYK
RGB Variations
Color information
#01E1C1 (or 0x01E1C1) is known color: Robin's Egg Blue. HEX triplet: 01, E1 and C1. RGB value is (1,225,193). Sum of RGB (Red+Green+Blue) = 1+225+193=419 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #01E1C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E1C1 is #FE1E3E. Grayscale: #9A9A9A. Windows color (decimal): -16653887 or 12706049. OLE color: 12706049.
HSL color Cylindrical-coordinate representation of color #01E1C1: hue angle of 171.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E1C1 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 225 | 193 | - |
| CMYK | 1.00 | 0 | 0.14 | 0.12 |
| HSL | 171.43º | 0.99% | 0.44% | - |
| HSV(B) | 171.43º | 1% | 0.88% | - |
| XYZ | 36.56 | 57.71 | 59.66 | - |
| YUV | 154.38 | 149.79 | 18.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 225 | 193 | 1.00 | 0 | 0.14 | 0.12 | 171.43 | 0.99 | 0.44 |
| Hex | 1 | E1 | C1 | 64 | 0 | E | C | AB | 63 | 2C |
| Octal | 1 | 341 | 301 | 144 | 0 | 16 | 14 | 253 | 143 | 54 |
| Binary | 1 | 11100001 | 11000001 | 1100100 | 0 | 1110 | 1100 | 10101011 | 1100011 | 101100 |
Color Harmonies of #01E1C1
Complementary color
Monochromatic Colors of #01E1C1
Black with #01E1C1
Text Example
Text Example
White with #01E1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E1C1; }
p { color: rgb(1,225,193); }
H1.HeaderClassName
{
color: #01E1C1;
}
.AnyTagClassName
{
color: #01E1C1;
}
</style>
background-color css
<style>
a { background-color: #01E1C1; }
a { background-color: rgb(1,225,193); }
div.DivClassName
{
background-color: #01E1C1;
}
.BgClassName
{
background-color: #01E1C1;
}
</style>
border-color css
<style>
span { border-color: #01E1C1; }
span { border-color: rgb(1,225,193); }
td.TdClassName
{
border-color: #01E1C1;
}
.TagClassName
{
border-color: #01E1C1;
}
</style>