Shades of Robin's Egg Blue #01D4BE
Tints of Robin's Egg Blue #01D4BE
RGB
CMYK
RGB Variations
Color information
#01D4BE (or 0x01D4BE) is known color: Robin's Egg Blue. HEX triplet: 01, D4 and BE. RGB value is (1,212,190). Sum of RGB (Red+Green+Blue) = 1+212+190=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D4BE is #FE2B41. Grayscale: #929292. Windows color (decimal): -16657218 or 12506113. OLE color: 12506113.
HSL color Cylindrical-coordinate representation of color #01D4BE: hue angle of 173.74º 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 #01D4BE is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 190 | - |
| CMYK | 1.00 | 0 | 0.10 | 0.17 |
| HSL | 173.74º | 0.99% | 0.42% | - |
| HSV(B) | 173.74º | 1% | 0.83% | - |
| XYZ | 32.85 | 50.81 | 56.79 | - |
| YUV | 146.4 | 152.6 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 190 | 1.00 | 0 | 0.10 | 0.17 | 173.74 | 0.99 | 0.42 |
| Hex | 1 | D4 | BE | 64 | 0 | A | 11 | AE | 63 | 2A |
| Octal | 1 | 324 | 276 | 144 | 0 | 12 | 21 | 256 | 143 | 52 |
| Binary | 1 | 11010100 | 10111110 | 1100100 | 0 | 1010 | 10001 | 10101110 | 1100011 | 101010 |
Color Harmonies of #01D4BE
Complementary color
Monochromatic Colors of #01D4BE
Black with #01D4BE
Text Example
Text Example
White with #01D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D4BE; }
p { color: rgb(1,212,190); }
H1.HeaderClassName
{
color: #01D4BE;
}
.AnyTagClassName
{
color: #01D4BE;
}
</style>
background-color css
<style>
a { background-color: #01D4BE; }
a { background-color: rgb(1,212,190); }
div.DivClassName
{
background-color: #01D4BE;
}
.BgClassName
{
background-color: #01D4BE;
}
</style>
border-color css
<style>
span { border-color: #01D4BE; }
span { border-color: rgb(1,212,190); }
td.TdClassName
{
border-color: #01D4BE;
}
.TagClassName
{
border-color: #01D4BE;
}
</style>