Shades of Robin's Egg Blue #01D1B7
Tints of Robin's Egg Blue #01D1B7
RGB
CMYK
RGB Variations
Color information
#01D1B7 (or 0x01D1B7) is known color: Robin's Egg Blue. HEX triplet: 01, D1 and B7. RGB value is (1,209,183). Sum of RGB (Red+Green+Blue) = 1+209+183=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #01D1B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D1B7 is #FE2E48. Grayscale: #8F8F8F. Windows color (decimal): -16657993 or 12046593. OLE color: 12046593.
HSL color Cylindrical-coordinate representation of color #01D1B7: hue angle of 172.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D1B7 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 183 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.18 |
| HSL | 172.5º | 0.99% | 0.41% | - |
| HSV(B) | 172.5º | 1% | 0.82% | - |
| XYZ | 31.36 | 49.03 | 52.61 | - |
| YUV | 143.84 | 150.09 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 183 | 1.00 | 0 | 0.12 | 0.18 | 172.5 | 0.99 | 0.41 |
| Hex | 1 | D1 | B7 | 64 | 0 | C | 12 | AC | 63 | 29 |
| Octal | 1 | 321 | 267 | 144 | 0 | 14 | 22 | 254 | 143 | 51 |
| Binary | 1 | 11010001 | 10110111 | 1100100 | 0 | 1100 | 10010 | 10101100 | 1100011 | 101001 |
Color Harmonies of #01D1B7
Complementary color
Monochromatic Colors of #01D1B7
Black with #01D1B7
Text Example
Text Example
White with #01D1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D1B7; }
p { color: rgb(1,209,183); }
H1.HeaderClassName
{
color: #01D1B7;
}
.AnyTagClassName
{
color: #01D1B7;
}
</style>
background-color css
<style>
a { background-color: #01D1B7; }
a { background-color: rgb(1,209,183); }
div.DivClassName
{
background-color: #01D1B7;
}
.BgClassName
{
background-color: #01D1B7;
}
</style>
border-color css
<style>
span { border-color: #01D1B7; }
span { border-color: rgb(1,209,183); }
td.TdClassName
{
border-color: #01D1B7;
}
.TagClassName
{
border-color: #01D1B7;
}
</style>