Shades of Robin's Egg Blue #01DCC3
Tints of Robin's Egg Blue #01DCC3
RGB
CMYK
RGB Variations
Color information
#01DCC3 (or 0x01DCC3) is known color: Robin's Egg Blue. HEX triplet: 01, DC and C3. RGB value is (1,220,195). Sum of RGB (Red+Green+Blue) = 1+220+195=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCC3 is #FE233C. Grayscale: #979797. Windows color (decimal): -16655165 or 12835841. OLE color: 12835841.
HSL color Cylindrical-coordinate representation of color #01DCC3: hue angle of 173.15º 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 #01DCC3 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 195 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.14 |
| HSL | 173.15º | 0.99% | 0.43% | - |
| HSV(B) | 173.15º | 1% | 0.86% | - |
| XYZ | 35.46 | 55.13 | 60.4 | - |
| YUV | 151.67 | 152.45 | 20.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 195 | 1.00 | 0 | 0.11 | 0.14 | 173.15 | 0.99 | 0.43 |
| Hex | 1 | DC | C3 | 64 | 0 | B | E | AD | 63 | 2B |
| Octal | 1 | 334 | 303 | 144 | 0 | 13 | 16 | 255 | 143 | 53 |
| Binary | 1 | 11011100 | 11000011 | 1100100 | 0 | 1011 | 1110 | 10101101 | 1100011 | 101011 |
Color Harmonies of #01DCC3
Complementary color
Monochromatic Colors of #01DCC3
Black with #01DCC3
Text Example
Text Example
White with #01DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCC3; }
p { color: rgb(1,220,195); }
H1.HeaderClassName
{
color: #01DCC3;
}
.AnyTagClassName
{
color: #01DCC3;
}
</style>
background-color css
<style>
a { background-color: #01DCC3; }
a { background-color: rgb(1,220,195); }
div.DivClassName
{
background-color: #01DCC3;
}
.BgClassName
{
background-color: #01DCC3;
}
</style>
border-color css
<style>
span { border-color: #01DCC3; }
span { border-color: rgb(1,220,195); }
td.TdClassName
{
border-color: #01DCC3;
}
.TagClassName
{
border-color: #01DCC3;
}
</style>