Shades of Robin's Egg Blue #01D5BC
Tints of Robin's Egg Blue #01D5BC
RGB
CMYK
RGB Variations
Color information
#01D5BC (or 0x01D5BC) is known color: Robin's Egg Blue. HEX triplet: 01, D5 and BC. RGB value is (1,213,188). Sum of RGB (Red+Green+Blue) = 1+213+188=402 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #01D5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D5BC is #FE2A43. Grayscale: #929292. Windows color (decimal): -16656964 or 12375297. OLE color: 12375297.
HSL color Cylindrical-coordinate representation of color #01D5BC: hue angle of 172.92º 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 #01D5BC is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 188 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.16 |
| HSL | 172.92º | 0.99% | 0.42% | - |
| HSV(B) | 172.92º | 1% | 0.84% | - |
| XYZ | 32.88 | 51.23 | 55.73 | - |
| YUV | 146.76 | 151.26 | 24.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 188 | 1.00 | 0 | 0.12 | 0.16 | 172.92 | 0.99 | 0.42 |
| Hex | 1 | D5 | BC | 64 | 0 | C | 10 | AD | 63 | 2A |
| Octal | 1 | 325 | 274 | 144 | 0 | 14 | 20 | 255 | 143 | 52 |
| Binary | 1 | 11010101 | 10111100 | 1100100 | 0 | 1100 | 10000 | 10101101 | 1100011 | 101010 |
Color Harmonies of #01D5BC
Complementary color
Monochromatic Colors of #01D5BC
Black with #01D5BC
Text Example
Text Example
White with #01D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D5BC; }
p { color: rgb(1,213,188); }
H1.HeaderClassName
{
color: #01D5BC;
}
.AnyTagClassName
{
color: #01D5BC;
}
</style>
background-color css
<style>
a { background-color: #01D5BC; }
a { background-color: rgb(1,213,188); }
div.DivClassName
{
background-color: #01D5BC;
}
.BgClassName
{
background-color: #01D5BC;
}
</style>
border-color css
<style>
span { border-color: #01D5BC; }
span { border-color: rgb(1,213,188); }
td.TdClassName
{
border-color: #01D5BC;
}
.TagClassName
{
border-color: #01D5BC;
}
</style>