Shades of Robin's Egg Blue #01DBC0
Tints of Robin's Egg Blue #01DBC0
RGB
CMYK
RGB Variations
Color information
#01DBC0 (or 0x01DBC0) is known color: Robin's Egg Blue. HEX triplet: 01, DB and C0. RGB value is (1,219,192). Sum of RGB (Red+Green+Blue) = 1+219+192=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBC0 is #FE243F. Grayscale: #969696. Windows color (decimal): -16655424 or 12638977. OLE color: 12638977.
HSL color Cylindrical-coordinate representation of color #01DBC0: hue angle of 172.57º 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 #01DBC0 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 1 | 219 | 192 | - |
CMYK | 1.00 | 0 | 0.12 | 0.14 |
HSL | 172.57º | 0.99% | 0.43% | - |
HSV(B) | 172.57º | 1% | 0.86% | - |
XYZ | 34.86 | 54.48 | 58.55 | - |
YUV | 150.74 | 151.28 | 21.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 219 | 192 | 1.00 | 0 | 0.12 | 0.14 | 172.57 | 0.99 | 0.43 |
Hex | 1 | DB | C0 | 64 | 0 | C | E | AD | 63 | 2B |
Octal | 1 | 333 | 300 | 144 | 0 | 14 | 16 | 255 | 143 | 53 |
Binary | 1 | 11011011 | 11000000 | 1100100 | 0 | 1100 | 1110 | 10101101 | 1100011 | 101011 |
Color Harmonies of #01DBC0
Complementary color
Monochromatic Colors of #01DBC0
Black with #01DBC0
Text Example
Text Example
White with #01DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBC0; }
p { color: rgb(1,219,192); }
H1.HeaderClassName
{
color: #01DBC0;
}
.AnyTagClassName
{
color: #01DBC0;
}
</style>
background-color css
<style>
a { background-color: #01DBC0; }
a { background-color: rgb(1,219,192); }
div.DivClassName
{
background-color: #01DBC0;
}
.BgClassName
{
background-color: #01DBC0;
}
</style>
border-color css
<style>
span { border-color: #01DBC0; }
span { border-color: rgb(1,219,192); }
td.TdClassName
{
border-color: #01DBC0;
}
.TagClassName
{
border-color: #01DBC0;
}
</style>