Shades of Robin's Egg Blue #01D8BE
Tints of Robin's Egg Blue #01D8BE
RGB
CMYK
RGB Variations
Color information
#01D8BE (or 0x01D8BE) is known color: Robin's Egg Blue. HEX triplet: 01, D8 and BE. RGB value is (1,216,190). Sum of RGB (Red+Green+Blue) = 1+216+190=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #01D8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D8BE is #FE2741. Grayscale: #949494. Windows color (decimal): -16656194 or 12507137. OLE color: 12507137.
HSL color Cylindrical-coordinate representation of color #01D8BE: hue angle of 172.74º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D8BE is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 216 | 190 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.15 |
| HSL | 172.74º | 0.99% | 0.43% | - |
| HSV(B) | 172.74º | 1% | 0.85% | - |
| XYZ | 33.86 | 52.84 | 57.13 | - |
| YUV | 148.75 | 151.27 | 22.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 216 | 190 | 1.00 | 0 | 0.12 | 0.15 | 172.74 | 0.99 | 0.43 |
| Hex | 1 | D8 | BE | 64 | 0 | C | F | AD | 63 | 2B |
| Octal | 1 | 330 | 276 | 144 | 0 | 14 | 17 | 255 | 143 | 53 |
| Binary | 1 | 11011000 | 10111110 | 1100100 | 0 | 1100 | 1111 | 10101101 | 1100011 | 101011 |
Color Harmonies of #01D8BE
Complementary color
Monochromatic Colors of #01D8BE
Black with #01D8BE
Text Example
Text Example
White with #01D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D8BE; }
p { color: rgb(1,216,190); }
H1.HeaderClassName
{
color: #01D8BE;
}
.AnyTagClassName
{
color: #01D8BE;
}
</style>
background-color css
<style>
a { background-color: #01D8BE; }
a { background-color: rgb(1,216,190); }
div.DivClassName
{
background-color: #01D8BE;
}
.BgClassName
{
background-color: #01D8BE;
}
</style>
border-color css
<style>
span { border-color: #01D8BE; }
span { border-color: rgb(1,216,190); }
td.TdClassName
{
border-color: #01D8BE;
}
.TagClassName
{
border-color: #01D8BE;
}
</style>