Shades of Robin's Egg Blue #01DEC1
Tints of Robin's Egg Blue #01DEC1
RGB
CMYK
RGB Variations
Color information
#01DEC1 (or 0x01DEC1) is known color: Robin's Egg Blue. HEX triplet: 01, DE and C1. RGB value is (1,222,193). Sum of RGB (Red+Green+Blue) = 1+222+193=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DEC1 is #FE213E. Grayscale: #989898. Windows color (decimal): -16654655 or 12705281. OLE color: 12705281.
HSL color Cylindrical-coordinate representation of color #01DEC1: hue angle of 172.13º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DEC1 is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 222 | 193 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.13 |
| HSL | 172.13º | 0.99% | 0.44% | - |
| HSV(B) | 172.13º | 1% | 0.87% | - |
| XYZ | 35.76 | 56.1 | 59.4 | - |
| YUV | 152.62 | 150.78 | 19.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 193 | 1.00 | 0 | 0.13 | 0.13 | 172.13 | 0.99 | 0.44 |
| Hex | 1 | DE | C1 | 64 | 0 | D | D | AC | 63 | 2C |
| Octal | 1 | 336 | 301 | 144 | 0 | 15 | 15 | 254 | 143 | 54 |
| Binary | 1 | 11011110 | 11000001 | 1100100 | 0 | 1101 | 1101 | 10101100 | 1100011 | 101100 |
Color Harmonies of #01DEC1
Complementary color
Monochromatic Colors of #01DEC1
Black with #01DEC1
Text Example
Text Example
White with #01DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DEC1; }
p { color: rgb(1,222,193); }
H1.HeaderClassName
{
color: #01DEC1;
}
.AnyTagClassName
{
color: #01DEC1;
}
</style>
background-color css
<style>
a { background-color: #01DEC1; }
a { background-color: rgb(1,222,193); }
div.DivClassName
{
background-color: #01DEC1;
}
.BgClassName
{
background-color: #01DEC1;
}
</style>
border-color css
<style>
span { border-color: #01DEC1; }
span { border-color: rgb(1,222,193); }
td.TdClassName
{
border-color: #01DEC1;
}
.TagClassName
{
border-color: #01DEC1;
}
</style>