Shades of Robin's Egg Blue #01DEC4
Tints of Robin's Egg Blue #01DEC4
RGB
CMYK
RGB Variations
Color information
#01DEC4 (or 0x01DEC4) is known color: Robin's Egg Blue. HEX triplet: 01, DE and C4. RGB value is (1,222,196). Sum of RGB (Red+Green+Blue) = 1+222+196=419 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DEC4 is #FE213B. Grayscale: #989898. Windows color (decimal): -16654652 or 12901889. OLE color: 12901889.
HSL color Cylindrical-coordinate representation of color #01DEC4: hue angle of 172.94º 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 #01DEC4 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 222 | 196 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.13 |
| HSL | 172.94º | 0.99% | 0.44% | - |
| HSV(B) | 172.94º | 1% | 0.87% | - |
| XYZ | 36.1 | 56.23 | 61.18 | - |
| YUV | 152.96 | 152.28 | 19.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 196 | 1.00 | 0 | 0.12 | 0.13 | 172.94 | 0.99 | 0.44 |
| Hex | 1 | DE | C4 | 64 | 0 | C | D | AD | 63 | 2C |
| Octal | 1 | 336 | 304 | 144 | 0 | 14 | 15 | 255 | 143 | 54 |
| Binary | 1 | 11011110 | 11000100 | 1100100 | 0 | 1100 | 1101 | 10101101 | 1100011 | 101100 |
Color Harmonies of #01DEC4
Complementary color
Monochromatic Colors of #01DEC4
Black with #01DEC4
Text Example
Text Example
White with #01DEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DEC4; }
p { color: rgb(1,222,196); }
H1.HeaderClassName
{
color: #01DEC4;
}
.AnyTagClassName
{
color: #01DEC4;
}
</style>
background-color css
<style>
a { background-color: #01DEC4; }
a { background-color: rgb(1,222,196); }
div.DivClassName
{
background-color: #01DEC4;
}
.BgClassName
{
background-color: #01DEC4;
}
</style>
border-color css
<style>
span { border-color: #01DEC4; }
span { border-color: rgb(1,222,196); }
td.TdClassName
{
border-color: #01DEC4;
}
.TagClassName
{
border-color: #01DEC4;
}
</style>