Shades of Robin's Egg Blue #01DDBC
Tints of Robin's Egg Blue #01DDBC
RGB
CMYK
RGB Variations
Color information
#01DDBC (or 0x01DDBC) is known color: Robin's Egg Blue. HEX triplet: 01, DD and BC. RGB value is (1,221,188). Sum of RGB (Red+Green+Blue) = 1+221+188=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDBC is #FE2243. Grayscale: #979797. Windows color (decimal): -16654916 or 12377345. OLE color: 12377345.
HSL color Cylindrical-coordinate representation of color #01DDBC: hue angle of 171º 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 #01DDBC is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 188 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.13 |
| HSL | 171º | 0.99% | 0.44% | - |
| HSV(B) | 171º | 1% | 0.87% | - |
| XYZ | 34.95 | 55.35 | 56.42 | - |
| YUV | 151.46 | 148.61 | 20.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 188 | 1.00 | 0 | 0.15 | 0.13 | 171 | 0.99 | 0.44 |
| Hex | 1 | DD | BC | 64 | 0 | F | D | AB | 63 | 2C |
| Octal | 1 | 335 | 274 | 144 | 0 | 17 | 15 | 253 | 143 | 54 |
| Binary | 1 | 11011101 | 10111100 | 1100100 | 0 | 1111 | 1101 | 10101011 | 1100011 | 101100 |
Color Harmonies of #01DDBC
Complementary color
Monochromatic Colors of #01DDBC
Black with #01DDBC
Text Example
Text Example
White with #01DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDBC; }
p { color: rgb(1,221,188); }
H1.HeaderClassName
{
color: #01DDBC;
}
.AnyTagClassName
{
color: #01DDBC;
}
</style>
background-color css
<style>
a { background-color: #01DDBC; }
a { background-color: rgb(1,221,188); }
div.DivClassName
{
background-color: #01DDBC;
}
.BgClassName
{
background-color: #01DDBC;
}
</style>
border-color css
<style>
span { border-color: #01DDBC; }
span { border-color: rgb(1,221,188); }
td.TdClassName
{
border-color: #01DDBC;
}
.TagClassName
{
border-color: #01DDBC;
}
</style>