Shades of Robin's Egg Blue #01D3C6
Tints of Robin's Egg Blue #01D3C6
RGB
CMYK
RGB Variations
Color information
#01D3C6 (or 0x01D3C6) is known color: Robin's Egg Blue. HEX triplet: 01, D3 and C6. RGB value is (1,211,198). Sum of RGB (Red+Green+Blue) = 1+211+198=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #01D3C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D3C6 is #FE2C39. Grayscale: #929292. Windows color (decimal): -16657466 or 13030145. OLE color: 13030145.
HSL color Cylindrical-coordinate representation of color #01D3C6: hue angle of 176.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D3C6 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 198 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.17 |
| HSL | 176.29º | 0.99% | 0.42% | - |
| HSV(B) | 176.29º | 1% | 0.83% | - |
| XYZ | 33.5 | 50.67 | 61.44 | - |
| YUV | 146.73 | 156.93 | 24.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 198 | 1.00 | 0 | 0.06 | 0.17 | 176.29 | 0.99 | 0.42 |
| Hex | 1 | D3 | C6 | 64 | 0 | 6 | 11 | B0 | 63 | 2A |
| Octal | 1 | 323 | 306 | 144 | 0 | 6 | 21 | 260 | 143 | 52 |
| Binary | 1 | 11010011 | 11000110 | 1100100 | 0 | 110 | 10001 | 10110000 | 1100011 | 101010 |
Color Harmonies of #01D3C6
Complementary color
Monochromatic Colors of #01D3C6
Black with #01D3C6
Text Example
Text Example
White with #01D3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D3C6; }
p { color: rgb(1,211,198); }
H1.HeaderClassName
{
color: #01D3C6;
}
.AnyTagClassName
{
color: #01D3C6;
}
</style>
background-color css
<style>
a { background-color: #01D3C6; }
a { background-color: rgb(1,211,198); }
div.DivClassName
{
background-color: #01D3C6;
}
.BgClassName
{
background-color: #01D3C6;
}
</style>
border-color css
<style>
span { border-color: #01D3C6; }
span { border-color: rgb(1,211,198); }
td.TdClassName
{
border-color: #01D3C6;
}
.TagClassName
{
border-color: #01D3C6;
}
</style>