Shades of Robin's Egg Blue #01DDC3
Tints of Robin's Egg Blue #01DDC3
RGB
CMYK
RGB Variations
Color information
#01DDC3 (or 0x01DDC3) is known color: Robin's Egg Blue. HEX triplet: 01, DD and C3. RGB value is (1,221,195). Sum of RGB (Red+Green+Blue) = 1+221+195=417 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDC3 is #FE223C. Grayscale: #989898. Windows color (decimal): -16654909 or 12836097. OLE color: 12836097.
HSL color Cylindrical-coordinate representation of color #01DDC3: hue angle of 172.91º 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 #01DDC3 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 195 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.13 |
| HSL | 172.91º | 0.99% | 0.44% | - |
| HSV(B) | 172.91º | 1% | 0.87% | - |
| XYZ | 35.72 | 55.66 | 60.49 | - |
| YUV | 152.26 | 152.11 | 20.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 195 | 1.00 | 0 | 0.12 | 0.13 | 172.91 | 0.99 | 0.44 |
| Hex | 1 | DD | C3 | 64 | 0 | C | D | AD | 63 | 2C |
| Octal | 1 | 335 | 303 | 144 | 0 | 14 | 15 | 255 | 143 | 54 |
| Binary | 1 | 11011101 | 11000011 | 1100100 | 0 | 1100 | 1101 | 10101101 | 1100011 | 101100 |
Color Harmonies of #01DDC3
Complementary color
Monochromatic Colors of #01DDC3
Black with #01DDC3
Text Example
Text Example
White with #01DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDC3; }
p { color: rgb(1,221,195); }
H1.HeaderClassName
{
color: #01DDC3;
}
.AnyTagClassName
{
color: #01DDC3;
}
</style>
background-color css
<style>
a { background-color: #01DDC3; }
a { background-color: rgb(1,221,195); }
div.DivClassName
{
background-color: #01DDC3;
}
.BgClassName
{
background-color: #01DDC3;
}
</style>
border-color css
<style>
span { border-color: #01DDC3; }
span { border-color: rgb(1,221,195); }
td.TdClassName
{
border-color: #01DDC3;
}
.TagClassName
{
border-color: #01DDC3;
}
</style>