Shades of Robin's Egg Blue #01DBB9
Tints of Robin's Egg Blue #01DBB9
RGB
CMYK
RGB Variations
Color information
#01DBB9 (or 0x01DBB9) is known color: Robin's Egg Blue. HEX triplet: 01, DB and B9. RGB value is (1,219,185). Sum of RGB (Red+Green+Blue) = 1+219+185=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBB9 is #FE2446. Grayscale: #959595. Windows color (decimal): -16655431 or 12180225. OLE color: 12180225.
HSL color Cylindrical-coordinate representation of color #01DBB9: hue angle of 170.64º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DBB9 is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 185 | - |
| CMYK | 1.00 | 0 | 0.16 | 0.14 |
| HSL | 170.64º | 0.99% | 0.43% | - |
| HSV(B) | 170.64º | 1% | 0.86% | - |
| XYZ | 34.1 | 54.17 | 54.56 | - |
| YUV | 149.94 | 147.78 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 185 | 1.00 | 0 | 0.16 | 0.14 | 170.64 | 0.99 | 0.43 |
| Hex | 1 | DB | B9 | 64 | 0 | 10 | E | AB | 63 | 2B |
| Octal | 1 | 333 | 271 | 144 | 0 | 20 | 16 | 253 | 143 | 53 |
| Binary | 1 | 11011011 | 10111001 | 1100100 | 0 | 10000 | 1110 | 10101011 | 1100011 | 101011 |
Color Harmonies of #01DBB9
Complementary color
Monochromatic Colors of #01DBB9
Black with #01DBB9
Text Example
Text Example
White with #01DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBB9; }
p { color: rgb(1,219,185); }
H1.HeaderClassName
{
color: #01DBB9;
}
.AnyTagClassName
{
color: #01DBB9;
}
</style>
background-color css
<style>
a { background-color: #01DBB9; }
a { background-color: rgb(1,219,185); }
div.DivClassName
{
background-color: #01DBB9;
}
.BgClassName
{
background-color: #01DBB9;
}
</style>
border-color css
<style>
span { border-color: #01DBB9; }
span { border-color: rgb(1,219,185); }
td.TdClassName
{
border-color: #01DBB9;
}
.TagClassName
{
border-color: #01DBB9;
}
</style>