Shades of Robin's Egg Blue #01DCC6
Tints of Robin's Egg Blue #01DCC6
RGB
CMYK
RGB Variations
Color information
#01DCC6 (or 0x01DCC6) is known color: Robin's Egg Blue. HEX triplet: 01, DC and C6. RGB value is (1,220,198). Sum of RGB (Red+Green+Blue) = 1+220+198=419 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCC6 is #FE2339. Grayscale: #979797. Windows color (decimal): -16655162 or 13032449. OLE color: 13032449.
HSL color Cylindrical-coordinate representation of color #01DCC6: hue angle of 173.97º 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 #01DCC6 is Cyan = 1.00, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 198 | - |
| CMYK | 1.00 | 0 | 0.1 | 0.14 |
| HSL | 173.97º | 0.99% | 0.43% | - |
| HSV(B) | 173.97º | 1% | 0.86% | - |
| XYZ | 35.8 | 55.27 | 62.21 | - |
| YUV | 152.01 | 153.95 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 198 | 1.00 | 0 | 0.1 | 0.14 | 173.97 | 0.99 | 0.43 |
| Hex | 1 | DC | C6 | 64 | 0 | A | E | AE | 63 | 2B |
| Octal | 1 | 334 | 306 | 144 | 0 | 12 | 16 | 256 | 143 | 53 |
| Binary | 1 | 11011100 | 11000110 | 1100100 | 0 | 1010 | 1110 | 10101110 | 1100011 | 101011 |
Color Harmonies of #01DCC6
Complementary color
Monochromatic Colors of #01DCC6
Black with #01DCC6
Text Example
Text Example
White with #01DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCC6; }
p { color: rgb(1,220,198); }
H1.HeaderClassName
{
color: #01DCC6;
}
.AnyTagClassName
{
color: #01DCC6;
}
</style>
background-color css
<style>
a { background-color: #01DCC6; }
a { background-color: rgb(1,220,198); }
div.DivClassName
{
background-color: #01DCC6;
}
.BgClassName
{
background-color: #01DCC6;
}
</style>
border-color css
<style>
span { border-color: #01DCC6; }
span { border-color: rgb(1,220,198); }
td.TdClassName
{
border-color: #01DCC6;
}
.TagClassName
{
border-color: #01DCC6;
}
</style>