Shades of Robin's Egg Blue #01D0B7
Tints of Robin's Egg Blue #01D0B7
RGB
CMYK
RGB Variations
Color information
#01D0B7 (or 0x01D0B7) is known color: Robin's Egg Blue. HEX triplet: 01, D0 and B7. RGB value is (1,208,183). Sum of RGB (Red+Green+Blue) = 1+208+183=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #01D0B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D0B7 is #FE2F48. Grayscale: #8F8F8F. Windows color (decimal): -16658249 or 12046337. OLE color: 12046337.
HSL color Cylindrical-coordinate representation of color #01D0B7: hue angle of 172.75º 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 #01D0B7 is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 183 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.18 |
| HSL | 172.75º | 0.99% | 0.41% | - |
| HSV(B) | 172.75º | 1% | 0.82% | - |
| XYZ | 31.12 | 48.54 | 52.53 | - |
| YUV | 143.26 | 150.42 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 183 | 1.00 | 0 | 0.12 | 0.18 | 172.75 | 0.99 | 0.41 |
| Hex | 1 | D0 | B7 | 64 | 0 | C | 12 | AD | 63 | 29 |
| Octal | 1 | 320 | 267 | 144 | 0 | 14 | 22 | 255 | 143 | 51 |
| Binary | 1 | 11010000 | 10110111 | 1100100 | 0 | 1100 | 10010 | 10101101 | 1100011 | 101001 |
Color Harmonies of #01D0B7
Complementary color
Monochromatic Colors of #01D0B7
Black with #01D0B7
Text Example
Text Example
White with #01D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D0B7; }
p { color: rgb(1,208,183); }
H1.HeaderClassName
{
color: #01D0B7;
}
.AnyTagClassName
{
color: #01D0B7;
}
</style>
background-color css
<style>
a { background-color: #01D0B7; }
a { background-color: rgb(1,208,183); }
div.DivClassName
{
background-color: #01D0B7;
}
.BgClassName
{
background-color: #01D0B7;
}
</style>
border-color css
<style>
span { border-color: #01D0B7; }
span { border-color: rgb(1,208,183); }
td.TdClassName
{
border-color: #01D0B7;
}
.TagClassName
{
border-color: #01D0B7;
}
</style>