Shades of Robin's Egg Blue #01E0C7
Tints of Robin's Egg Blue #01E0C7
RGB
CMYK
RGB Variations
Color information
#01E0C7 (or 0x01E0C7) is known color: Robin's Egg Blue. HEX triplet: 01, E0 and C7. RGB value is (1,224,199). Sum of RGB (Red+Green+Blue) = 1+224+199=424 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0C7 is #FE1F38. Grayscale: #9A9A9A. Windows color (decimal): -16654137 or 13099009. OLE color: 13099009.
HSL color Cylindrical-coordinate representation of color #01E0C7: hue angle of 173.27º 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 #01E0C7 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 199 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.12 |
| HSL | 173.27º | 0.99% | 0.44% | - |
| HSV(B) | 173.27º | 1% | 0.88% | - |
| XYZ | 36.98 | 57.44 | 63.17 | - |
| YUV | 154.47 | 153.12 | 18.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 199 | 1.00 | 0 | 0.11 | 0.12 | 173.27 | 0.99 | 0.44 |
| Hex | 1 | E0 | C7 | 64 | 0 | B | C | AD | 63 | 2C |
| Octal | 1 | 340 | 307 | 144 | 0 | 13 | 14 | 255 | 143 | 54 |
| Binary | 1 | 11100000 | 11000111 | 1100100 | 0 | 1011 | 1100 | 10101101 | 1100011 | 101100 |
Color Harmonies of #01E0C7
Complementary color
Monochromatic Colors of #01E0C7
Black with #01E0C7
Text Example
Text Example
White with #01E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0C7; }
p { color: rgb(1,224,199); }
H1.HeaderClassName
{
color: #01E0C7;
}
.AnyTagClassName
{
color: #01E0C7;
}
</style>
background-color css
<style>
a { background-color: #01E0C7; }
a { background-color: rgb(1,224,199); }
div.DivClassName
{
background-color: #01E0C7;
}
.BgClassName
{
background-color: #01E0C7;
}
</style>
border-color css
<style>
span { border-color: #01E0C7; }
span { border-color: rgb(1,224,199); }
td.TdClassName
{
border-color: #01E0C7;
}
.TagClassName
{
border-color: #01E0C7;
}
</style>