Shades of Robin's Egg Blue #01DBBC
Tints of Robin's Egg Blue #01DBBC
RGB
CMYK
RGB Variations
Color information
#01DBBC (or 0x01DBBC) is known color: Robin's Egg Blue. HEX triplet: 01, DB and BC. RGB value is (1,219,188). Sum of RGB (Red+Green+Blue) = 1+219+188=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBBC is #FE2443. Grayscale: #969696. Windows color (decimal): -16655428 or 12376833. OLE color: 12376833.
HSL color Cylindrical-coordinate representation of color #01DBBC: hue angle of 171.47º 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 #01DBBC is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 188 | - |
| CMYK | 1.00 | 0 | 0.14 | 0.14 |
| HSL | 171.47º | 0.99% | 0.43% | - |
| HSV(B) | 171.47º | 1% | 0.86% | - |
| XYZ | 34.42 | 54.3 | 56.24 | - |
| YUV | 150.28 | 149.28 | 21.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 188 | 1.00 | 0 | 0.14 | 0.14 | 171.47 | 0.99 | 0.43 |
| Hex | 1 | DB | BC | 64 | 0 | E | E | AB | 63 | 2B |
| Octal | 1 | 333 | 274 | 144 | 0 | 16 | 16 | 253 | 143 | 53 |
| Binary | 1 | 11011011 | 10111100 | 1100100 | 0 | 1110 | 1110 | 10101011 | 1100011 | 101011 |
Color Harmonies of #01DBBC
Complementary color
Monochromatic Colors of #01DBBC
Black with #01DBBC
Text Example
Text Example
White with #01DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBBC; }
p { color: rgb(1,219,188); }
H1.HeaderClassName
{
color: #01DBBC;
}
.AnyTagClassName
{
color: #01DBBC;
}
</style>
background-color css
<style>
a { background-color: #01DBBC; }
a { background-color: rgb(1,219,188); }
div.DivClassName
{
background-color: #01DBBC;
}
.BgClassName
{
background-color: #01DBBC;
}
</style>
border-color css
<style>
span { border-color: #01DBBC; }
span { border-color: rgb(1,219,188); }
td.TdClassName
{
border-color: #01DBBC;
}
.TagClassName
{
border-color: #01DBBC;
}
</style>