Shades of Robin's Egg Blue #01D4C7
Tints of Robin's Egg Blue #01D4C7
RGB
CMYK
RGB Variations
Color information
#01D4C7 (or 0x01D4C7) is known color: Robin's Egg Blue. HEX triplet: 01, D4 and C7. RGB value is (1,212,199). Sum of RGB (Red+Green+Blue) = 1+212+199=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D4C7 is #FE2B38. Grayscale: #939393. Windows color (decimal): -16657209 or 13095937. OLE color: 13095937.
HSL color Cylindrical-coordinate representation of color #01D4C7: hue angle of 176.3º 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 #01D4C7 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 199 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.17 |
| HSL | 176.3º | 0.99% | 0.42% | - |
| HSV(B) | 176.3º | 1% | 0.83% | - |
| XYZ | 33.86 | 51.22 | 62.13 | - |
| YUV | 147.43 | 157.1 | 23.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 199 | 1.00 | 0 | 0.06 | 0.17 | 176.3 | 0.99 | 0.42 |
| Hex | 1 | D4 | C7 | 64 | 0 | 6 | 11 | B0 | 63 | 2A |
| Octal | 1 | 324 | 307 | 144 | 0 | 6 | 21 | 260 | 143 | 52 |
| Binary | 1 | 11010100 | 11000111 | 1100100 | 0 | 110 | 10001 | 10110000 | 1100011 | 101010 |
Color Harmonies of #01D4C7
Complementary color
Monochromatic Colors of #01D4C7
Black with #01D4C7
Text Example
Text Example
White with #01D4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D4C7; }
p { color: rgb(1,212,199); }
H1.HeaderClassName
{
color: #01D4C7;
}
.AnyTagClassName
{
color: #01D4C7;
}
</style>
background-color css
<style>
a { background-color: #01D4C7; }
a { background-color: rgb(1,212,199); }
div.DivClassName
{
background-color: #01D4C7;
}
.BgClassName
{
background-color: #01D4C7;
}
</style>
border-color css
<style>
span { border-color: #01D4C7; }
span { border-color: rgb(1,212,199); }
td.TdClassName
{
border-color: #01D4C7;
}
.TagClassName
{
border-color: #01D4C7;
}
</style>