Shades of Robin's Egg Blue #01D2BF
Tints of Robin's Egg Blue #01D2BF
RGB
CMYK
RGB Variations
Color information
#01D2BF (or 0x01D2BF) is known color: Robin's Egg Blue. HEX triplet: 01, D2 and BF. RGB value is (1,210,191). Sum of RGB (Red+Green+Blue) = 1+210+191=402 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #01D2BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D2BF is #FE2D40. Grayscale: #919191. Windows color (decimal): -16657729 or 12571137. OLE color: 12571137.
HSL color Cylindrical-coordinate representation of color #01D2BF: hue angle of 174.55º 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 #01D2BF is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 191 | - |
| CMYK | 1.00 | 0 | 0.09 | 0.18 |
| HSL | 174.55º | 0.99% | 0.41% | - |
| HSV(B) | 174.55º | 1% | 0.82% | - |
| XYZ | 32.46 | 49.86 | 57.2 | - |
| YUV | 145.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 191 | 1.00 | 0 | 0.09 | 0.18 | 174.55 | 0.99 | 0.41 |
| Hex | 1 | D2 | BF | 64 | 0 | 9 | 12 | AF | 63 | 29 |
| Octal | 1 | 322 | 277 | 144 | 0 | 11 | 22 | 257 | 143 | 51 |
| Binary | 1 | 11010010 | 10111111 | 1100100 | 0 | 1001 | 10010 | 10101111 | 1100011 | 101001 |
Color Harmonies of #01D2BF
Complementary color
Monochromatic Colors of #01D2BF
Black with #01D2BF
Text Example
Text Example
White with #01D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D2BF; }
p { color: rgb(1,210,191); }
H1.HeaderClassName
{
color: #01D2BF;
}
.AnyTagClassName
{
color: #01D2BF;
}
</style>
background-color css
<style>
a { background-color: #01D2BF; }
a { background-color: rgb(1,210,191); }
div.DivClassName
{
background-color: #01D2BF;
}
.BgClassName
{
background-color: #01D2BF;
}
</style>
border-color css
<style>
span { border-color: #01D2BF; }
span { border-color: rgb(1,210,191); }
td.TdClassName
{
border-color: #01D2BF;
}
.TagClassName
{
border-color: #01D2BF;
}
</style>