Shades of Robin's Egg Blue #01DDC5
Tints of Robin's Egg Blue #01DDC5
RGB
CMYK
RGB Variations
Color information
#01DDC5 (or 0x01DDC5) is known color: Robin's Egg Blue. HEX triplet: 01, DD and C5. RGB value is (1,221,197). Sum of RGB (Red+Green+Blue) = 1+221+197=419 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDC5 is #FE223A. Grayscale: #989898. Windows color (decimal): -16654907 or 12967169. OLE color: 12967169.
HSL color Cylindrical-coordinate representation of color #01DDC5: hue angle of 173.45º 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 #01DDC5 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 197 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.13 |
| HSL | 173.45º | 0.99% | 0.44% | - |
| HSV(B) | 173.45º | 1% | 0.87% | - |
| XYZ | 35.95 | 55.75 | 61.69 | - |
| YUV | 152.48 | 153.11 | 19.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 197 | 1.00 | 0 | 0.11 | 0.13 | 173.45 | 0.99 | 0.44 |
| Hex | 1 | DD | C5 | 64 | 0 | B | D | AD | 63 | 2C |
| Octal | 1 | 335 | 305 | 144 | 0 | 13 | 15 | 255 | 143 | 54 |
| Binary | 1 | 11011101 | 11000101 | 1100100 | 0 | 1011 | 1101 | 10101101 | 1100011 | 101100 |
Color Harmonies of #01DDC5
Complementary color
Monochromatic Colors of #01DDC5
Black with #01DDC5
Text Example
Text Example
White with #01DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDC5; }
p { color: rgb(1,221,197); }
H1.HeaderClassName
{
color: #01DDC5;
}
.AnyTagClassName
{
color: #01DDC5;
}
</style>
background-color css
<style>
a { background-color: #01DDC5; }
a { background-color: rgb(1,221,197); }
div.DivClassName
{
background-color: #01DDC5;
}
.BgClassName
{
background-color: #01DDC5;
}
</style>
border-color css
<style>
span { border-color: #01DDC5; }
span { border-color: rgb(1,221,197); }
td.TdClassName
{
border-color: #01DDC5;
}
.TagClassName
{
border-color: #01DDC5;
}
</style>