Shades of Robin's Egg Blue #01D4BA
Tints of Robin's Egg Blue #01D4BA
RGB
CMYK
RGB Variations
Color information
#01D4BA (or 0x01D4BA) is known color: Robin's Egg Blue. HEX triplet: 01, D4 and BA. RGB value is (1,212,186). Sum of RGB (Red+Green+Blue) = 1+212+186=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D4BA is #FE2B45. Grayscale: #919191. Windows color (decimal): -16657222 or 12243969. OLE color: 12243969.
HSL color Cylindrical-coordinate representation of color #01D4BA: hue angle of 172.61º 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 #01D4BA is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 186 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.17 |
| HSL | 172.61º | 0.99% | 0.42% | - |
| HSV(B) | 172.61º | 1% | 0.83% | - |
| XYZ | 32.42 | 50.64 | 54.52 | - |
| YUV | 145.95 | 150.6 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 186 | 1.00 | 0 | 0.12 | 0.17 | 172.61 | 0.99 | 0.42 |
| Hex | 1 | D4 | BA | 64 | 0 | C | 11 | AD | 63 | 2A |
| Octal | 1 | 324 | 272 | 144 | 0 | 14 | 21 | 255 | 143 | 52 |
| Binary | 1 | 11010100 | 10111010 | 1100100 | 0 | 1100 | 10001 | 10101101 | 1100011 | 101010 |
Color Harmonies of #01D4BA
Complementary color
Monochromatic Colors of #01D4BA
Black with #01D4BA
Text Example
Text Example
White with #01D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D4BA; }
p { color: rgb(1,212,186); }
H1.HeaderClassName
{
color: #01D4BA;
}
.AnyTagClassName
{
color: #01D4BA;
}
</style>
background-color css
<style>
a { background-color: #01D4BA; }
a { background-color: rgb(1,212,186); }
div.DivClassName
{
background-color: #01D4BA;
}
.BgClassName
{
background-color: #01D4BA;
}
</style>
border-color css
<style>
span { border-color: #01D4BA; }
span { border-color: rgb(1,212,186); }
td.TdClassName
{
border-color: #01D4BA;
}
.TagClassName
{
border-color: #01D4BA;
}
</style>