Shades of Robin's Egg Blue #01DDC2
Tints of Robin's Egg Blue #01DDC2
RGB
CMYK
RGB Variations
Color information
#01DDC2 (or 0x01DDC2) is known color: Robin's Egg Blue. HEX triplet: 01, DD and C2. RGB value is (1,221,194). Sum of RGB (Red+Green+Blue) = 1+221+194=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDC2 is #FE223D. Grayscale: #989898. Windows color (decimal): -16654910 or 12770561. OLE color: 12770561.
HSL color Cylindrical-coordinate representation of color #01DDC2: hue angle of 172.64º 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 #01DDC2 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 194 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.13 |
| HSL | 172.64º | 0.99% | 0.44% | - |
| HSV(B) | 172.64º | 1% | 0.87% | - |
| XYZ | 35.61 | 55.61 | 59.9 | - |
| YUV | 152.14 | 151.61 | 20.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 194 | 1.00 | 0 | 0.12 | 0.13 | 172.64 | 0.99 | 0.44 |
| Hex | 1 | DD | C2 | 64 | 0 | C | D | AD | 63 | 2C |
| Octal | 1 | 335 | 302 | 144 | 0 | 14 | 15 | 255 | 143 | 54 |
| Binary | 1 | 11011101 | 11000010 | 1100100 | 0 | 1100 | 1101 | 10101101 | 1100011 | 101100 |
Color Harmonies of #01DDC2
Complementary color
Monochromatic Colors of #01DDC2
Black with #01DDC2
Text Example
Text Example
White with #01DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDC2; }
p { color: rgb(1,221,194); }
H1.HeaderClassName
{
color: #01DDC2;
}
.AnyTagClassName
{
color: #01DDC2;
}
</style>
background-color css
<style>
a { background-color: #01DDC2; }
a { background-color: rgb(1,221,194); }
div.DivClassName
{
background-color: #01DDC2;
}
.BgClassName
{
background-color: #01DDC2;
}
</style>
border-color css
<style>
span { border-color: #01DDC2; }
span { border-color: rgb(1,221,194); }
td.TdClassName
{
border-color: #01DDC2;
}
.TagClassName
{
border-color: #01DDC2;
}
</style>