Shades of Robin's Egg Blue #01D6BC
Tints of Robin's Egg Blue #01D6BC
RGB
CMYK
RGB Variations
Color information
#01D6BC (or 0x01D6BC) is known color: Robin's Egg Blue. HEX triplet: 01, D6 and BC. RGB value is (1,214,188). Sum of RGB (Red+Green+Blue) = 1+214+188=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #01D6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D6BC is #FE2943. Grayscale: #939393. Windows color (decimal): -16656708 or 12375553. OLE color: 12375553.
HSL color Cylindrical-coordinate representation of color #01D6BC: hue angle of 172.68º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D6BC is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 188 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.16 |
| HSL | 172.68º | 0.99% | 0.42% | - |
| HSV(B) | 172.68º | 1% | 0.84% | - |
| XYZ | 33.14 | 51.73 | 55.82 | - |
| YUV | 147.35 | 150.93 | 23.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 188 | 1.00 | 0 | 0.12 | 0.16 | 172.68 | 0.99 | 0.42 |
| Hex | 1 | D6 | BC | 64 | 0 | C | 10 | AD | 63 | 2A |
| Octal | 1 | 326 | 274 | 144 | 0 | 14 | 20 | 255 | 143 | 52 |
| Binary | 1 | 11010110 | 10111100 | 1100100 | 0 | 1100 | 10000 | 10101101 | 1100011 | 101010 |
Color Harmonies of #01D6BC
Complementary color
Monochromatic Colors of #01D6BC
Black with #01D6BC
Text Example
Text Example
White with #01D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D6BC; }
p { color: rgb(1,214,188); }
H1.HeaderClassName
{
color: #01D6BC;
}
.AnyTagClassName
{
color: #01D6BC;
}
</style>
background-color css
<style>
a { background-color: #01D6BC; }
a { background-color: rgb(1,214,188); }
div.DivClassName
{
background-color: #01D6BC;
}
.BgClassName
{
background-color: #01D6BC;
}
</style>
border-color css
<style>
span { border-color: #01D6BC; }
span { border-color: rgb(1,214,188); }
td.TdClassName
{
border-color: #01D6BC;
}
.TagClassName
{
border-color: #01D6BC;
}
</style>