Shades of Robin's Egg Blue #01DBBB
Tints of Robin's Egg Blue #01DBBB
RGB
CMYK
RGB Variations
Color information
#01DBBB (or 0x01DBBB) is known color: Robin's Egg Blue. HEX triplet: 01, DB and BB. RGB value is (1,219,187). Sum of RGB (Red+Green+Blue) = 1+219+187=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBBB is #FE2444. Grayscale: #969696. Windows color (decimal): -16655429 or 12311297. OLE color: 12311297.
HSL color Cylindrical-coordinate representation of color #01DBBB: hue angle of 171.19º 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 #01DBBB is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 187 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.14 |
| HSL | 171.19º | 0.99% | 0.43% | - |
| HSV(B) | 171.19º | 1% | 0.86% | - |
| XYZ | 34.31 | 54.26 | 55.68 | - |
| YUV | 150.17 | 148.78 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 187 | 1.00 | 0 | 0.15 | 0.14 | 171.19 | 0.99 | 0.43 |
| Hex | 1 | DB | BB | 64 | 0 | F | E | AB | 63 | 2B |
| Octal | 1 | 333 | 273 | 144 | 0 | 17 | 16 | 253 | 143 | 53 |
| Binary | 1 | 11011011 | 10111011 | 1100100 | 0 | 1111 | 1110 | 10101011 | 1100011 | 101011 |
Color Harmonies of #01DBBB
Complementary color
Monochromatic Colors of #01DBBB
Black with #01DBBB
Text Example
Text Example
White with #01DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBBB; }
p { color: rgb(1,219,187); }
H1.HeaderClassName
{
color: #01DBBB;
}
.AnyTagClassName
{
color: #01DBBB;
}
</style>
background-color css
<style>
a { background-color: #01DBBB; }
a { background-color: rgb(1,219,187); }
div.DivClassName
{
background-color: #01DBBB;
}
.BgClassName
{
background-color: #01DBBB;
}
</style>
border-color css
<style>
span { border-color: #01DBBB; }
span { border-color: rgb(1,219,187); }
td.TdClassName
{
border-color: #01DBBB;
}
.TagClassName
{
border-color: #01DBBB;
}
</style>