Shades of Robin's Egg Blue #01DDB5
Tints of Robin's Egg Blue #01DDB5
RGB
CMYK
RGB Variations
Color information
#01DDB5 (or 0x01DDB5) is known color: Robin's Egg Blue. HEX triplet: 01, DD and B5. RGB value is (1,221,181). Sum of RGB (Red+Green+Blue) = 1+221+181=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDB5 is #FE224A. Grayscale: #969696. Windows color (decimal): -16654923 or 11918593. OLE color: 11918593.
HSL color Cylindrical-coordinate representation of color #01DDB5: hue angle of 169.09º 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 #01DDB5 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 181 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.13 |
| HSL | 169.09º | 0.99% | 0.44% | - |
| HSV(B) | 169.09º | 1% | 0.87% | - |
| XYZ | 34.21 | 55.06 | 52.54 | - |
| YUV | 150.66 | 145.11 | 21.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 181 | 1.00 | 0 | 0.18 | 0.13 | 169.09 | 0.99 | 0.44 |
| Hex | 1 | DD | B5 | 64 | 0 | 12 | D | A9 | 63 | 2C |
| Octal | 1 | 335 | 265 | 144 | 0 | 22 | 15 | 251 | 143 | 54 |
| Binary | 1 | 11011101 | 10110101 | 1100100 | 0 | 10010 | 1101 | 10101001 | 1100011 | 101100 |
Color Harmonies of #01DDB5
Complementary color
Monochromatic Colors of #01DDB5
Black with #01DDB5
Text Example
Text Example
White with #01DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDB5; }
p { color: rgb(1,221,181); }
H1.HeaderClassName
{
color: #01DDB5;
}
.AnyTagClassName
{
color: #01DDB5;
}
</style>
background-color css
<style>
a { background-color: #01DDB5; }
a { background-color: rgb(1,221,181); }
div.DivClassName
{
background-color: #01DDB5;
}
.BgClassName
{
background-color: #01DDB5;
}
</style>
border-color css
<style>
span { border-color: #01DDB5; }
span { border-color: rgb(1,221,181); }
td.TdClassName
{
border-color: #01DDB5;
}
.TagClassName
{
border-color: #01DDB5;
}
</style>