Shades of Robin's Egg Blue #01D4C8
Tints of Robin's Egg Blue #01D4C8
RGB
CMYK
RGB Variations
Color information
#01D4C8 (or 0x01D4C8) is known color: Robin's Egg Blue. HEX triplet: 01, D4 and C8. RGB value is (1,212,200). Sum of RGB (Red+Green+Blue) = 1+212+200=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 212 (83.20% from 255 or 51.33% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 212 - color contains mainly: green. Hex color #01D4C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D4C8 is #FE2B37. Grayscale: #939393. Windows color (decimal): -16657208 or 13161473. OLE color: 13161473.
HSL color Cylindrical-coordinate representation of color #01D4C8: hue angle of 176.59º 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 #01D4C8 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 200 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.17 |
| HSL | 176.59º | 0.99% | 0.42% | - |
| HSV(B) | 176.59º | 1% | 0.83% | - |
| XYZ | 33.98 | 51.26 | 62.75 | - |
| YUV | 147.54 | 157.6 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 200 | 1.00 | 0 | 0.06 | 0.17 | 176.59 | 0.99 | 0.42 |
| Hex | 1 | D4 | C8 | 64 | 0 | 6 | 11 | B1 | 63 | 2A |
| Octal | 1 | 324 | 310 | 144 | 0 | 6 | 21 | 261 | 143 | 52 |
| Binary | 1 | 11010100 | 11001000 | 1100100 | 0 | 110 | 10001 | 10110001 | 1100011 | 101010 |
Color Harmonies of #01D4C8
Complementary color
Monochromatic Colors of #01D4C8
Black with #01D4C8
Text Example
Text Example
White with #01D4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D4C8; }
p { color: rgb(1,212,200); }
H1.HeaderClassName
{
color: #01D4C8;
}
.AnyTagClassName
{
color: #01D4C8;
}
</style>
background-color css
<style>
a { background-color: #01D4C8; }
a { background-color: rgb(1,212,200); }
div.DivClassName
{
background-color: #01D4C8;
}
.BgClassName
{
background-color: #01D4C8;
}
</style>
border-color css
<style>
span { border-color: #01D4C8; }
span { border-color: rgb(1,212,200); }
td.TdClassName
{
border-color: #01D4C8;
}
.TagClassName
{
border-color: #01D4C8;
}
</style>