Shades of Robin's Egg Blue #01D6B8
Tints of Robin's Egg Blue #01D6B8
RGB
CMYK
RGB Variations
Color information
#01D6B8 (or 0x01D6B8) is known color: Robin's Egg Blue. HEX triplet: 01, D6 and B8. RGB value is (1,214,184). Sum of RGB (Red+Green+Blue) = 1+214+184=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #01D6B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D6B8 is #FE2947. Grayscale: #929292. Windows color (decimal): -16656712 or 12113409. OLE color: 12113409.
HSL color Cylindrical-coordinate representation of color #01D6B8: hue angle of 171.55º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D6B8 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 184 | - |
| CMYK | 1.00 | 0 | 0.14 | 0.16 |
| HSL | 171.55º | 0.99% | 0.42% | - |
| HSV(B) | 171.55º | 1% | 0.84% | - |
| XYZ | 32.71 | 51.56 | 53.58 | - |
| YUV | 146.89 | 148.93 | 23.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 184 | 1.00 | 0 | 0.14 | 0.16 | 171.55 | 0.99 | 0.42 |
| Hex | 1 | D6 | B8 | 64 | 0 | E | 10 | AC | 63 | 2A |
| Octal | 1 | 326 | 270 | 144 | 0 | 16 | 20 | 254 | 143 | 52 |
| Binary | 1 | 11010110 | 10111000 | 1100100 | 0 | 1110 | 10000 | 10101100 | 1100011 | 101010 |
Color Harmonies of #01D6B8
Complementary color
Monochromatic Colors of #01D6B8
Black with #01D6B8
Text Example
Text Example
White with #01D6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D6B8; }
p { color: rgb(1,214,184); }
H1.HeaderClassName
{
color: #01D6B8;
}
.AnyTagClassName
{
color: #01D6B8;
}
</style>
background-color css
<style>
a { background-color: #01D6B8; }
a { background-color: rgb(1,214,184); }
div.DivClassName
{
background-color: #01D6B8;
}
.BgClassName
{
background-color: #01D6B8;
}
</style>
border-color css
<style>
span { border-color: #01D6B8; }
span { border-color: rgb(1,214,184); }
td.TdClassName
{
border-color: #01D6B8;
}
.TagClassName
{
border-color: #01D6B8;
}
</style>