Shades of Robin's Egg Blue #01E0C3
Tints of Robin's Egg Blue #01E0C3
RGB
CMYK
RGB Variations
Color information
#01E0C3 (or 0x01E0C3) is known color: Robin's Egg Blue. HEX triplet: 01, E0 and C3. RGB value is (1,224,195). Sum of RGB (Red+Green+Blue) = 1+224+195=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0C3 is #FE1F3C. Grayscale: #999999. Windows color (decimal): -16654141 or 12836865. OLE color: 12836865.
HSL color Cylindrical-coordinate representation of color #01E0C3: hue angle of 172.2º 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 #01E0C3 is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 195 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.12 |
| HSL | 172.2º | 0.99% | 0.44% | - |
| HSV(B) | 172.2º | 1% | 0.88% | - |
| XYZ | 36.52 | 57.26 | 60.76 | - |
| YUV | 154.02 | 151.12 | 18.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 195 | 1.00 | 0 | 0.13 | 0.12 | 172.2 | 0.99 | 0.44 |
| Hex | 1 | E0 | C3 | 64 | 0 | D | C | AC | 63 | 2C |
| Octal | 1 | 340 | 303 | 144 | 0 | 15 | 14 | 254 | 143 | 54 |
| Binary | 1 | 11100000 | 11000011 | 1100100 | 0 | 1101 | 1100 | 10101100 | 1100011 | 101100 |
Color Harmonies of #01E0C3
Complementary color
Monochromatic Colors of #01E0C3
Black with #01E0C3
Text Example
Text Example
White with #01E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0C3; }
p { color: rgb(1,224,195); }
H1.HeaderClassName
{
color: #01E0C3;
}
.AnyTagClassName
{
color: #01E0C3;
}
</style>
background-color css
<style>
a { background-color: #01E0C3; }
a { background-color: rgb(1,224,195); }
div.DivClassName
{
background-color: #01E0C3;
}
.BgClassName
{
background-color: #01E0C3;
}
</style>
border-color css
<style>
span { border-color: #01E0C3; }
span { border-color: rgb(1,224,195); }
td.TdClassName
{
border-color: #01E0C3;
}
.TagClassName
{
border-color: #01E0C3;
}
</style>