Shades of Robin's Egg Blue #01D4BB
Tints of Robin's Egg Blue #01D4BB
RGB
CMYK
RGB Variations
Color information
#01D4BB (or 0x01D4BB) is known color: Robin's Egg Blue. HEX triplet: 01, D4 and BB. RGB value is (1,212,187). Sum of RGB (Red+Green+Blue) = 1+212+187=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D4BB is #FE2B44. Grayscale: #919191. Windows color (decimal): -16657221 or 12309505. OLE color: 12309505.
HSL color Cylindrical-coordinate representation of color #01D4BB: hue angle of 172.89º 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 #01D4BB is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 187 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.17 |
| HSL | 172.89º | 0.99% | 0.42% | - |
| HSV(B) | 172.89º | 1% | 0.83% | - |
| XYZ | 32.53 | 50.68 | 55.08 | - |
| YUV | 146.06 | 151.1 | 24.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 187 | 1.00 | 0 | 0.12 | 0.17 | 172.89 | 0.99 | 0.42 |
| Hex | 1 | D4 | BB | 64 | 0 | C | 11 | AD | 63 | 2A |
| Octal | 1 | 324 | 273 | 144 | 0 | 14 | 21 | 255 | 143 | 52 |
| Binary | 1 | 11010100 | 10111011 | 1100100 | 0 | 1100 | 10001 | 10101101 | 1100011 | 101010 |
Color Harmonies of #01D4BB
Complementary color
Monochromatic Colors of #01D4BB
Black with #01D4BB
Text Example
Text Example
White with #01D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D4BB; }
p { color: rgb(1,212,187); }
H1.HeaderClassName
{
color: #01D4BB;
}
.AnyTagClassName
{
color: #01D4BB;
}
</style>
background-color css
<style>
a { background-color: #01D4BB; }
a { background-color: rgb(1,212,187); }
div.DivClassName
{
background-color: #01D4BB;
}
.BgClassName
{
background-color: #01D4BB;
}
</style>
border-color css
<style>
span { border-color: #01D4BB; }
span { border-color: rgb(1,212,187); }
td.TdClassName
{
border-color: #01D4BB;
}
.TagClassName
{
border-color: #01D4BB;
}
</style>