Shades of Robin's Egg Blue #01DFB7
Tints of Robin's Egg Blue #01DFB7
RGB
CMYK
RGB Variations
Color information
#01DFB7 (or 0x01DFB7) is known color: Robin's Egg Blue. HEX triplet: 01, DF and B7. RGB value is (1,223,183). Sum of RGB (Red+Green+Blue) = 1+223+183=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFB7 is #FE2048. Grayscale: #989898. Windows color (decimal): -16654409 or 12050177. OLE color: 12050177.
HSL color Cylindrical-coordinate representation of color #01DFB7: hue angle of 169.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DFB7 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 183 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.13 |
| HSL | 169.19º | 0.99% | 0.44% | - |
| HSV(B) | 169.19º | 1% | 0.87% | - |
| XYZ | 34.95 | 56.2 | 53.81 | - |
| YUV | 152.06 | 145.45 | 20.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 183 | 1.00 | 0 | 0.18 | 0.13 | 169.19 | 0.99 | 0.44 |
| Hex | 1 | DF | B7 | 64 | 0 | 12 | D | A9 | 63 | 2C |
| Octal | 1 | 337 | 267 | 144 | 0 | 22 | 15 | 251 | 143 | 54 |
| Binary | 1 | 11011111 | 10110111 | 1100100 | 0 | 10010 | 1101 | 10101001 | 1100011 | 101100 |
Color Harmonies of #01DFB7
Complementary color
Monochromatic Colors of #01DFB7
Black with #01DFB7
Text Example
Text Example
White with #01DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DFB7; }
p { color: rgb(1,223,183); }
H1.HeaderClassName
{
color: #01DFB7;
}
.AnyTagClassName
{
color: #01DFB7;
}
</style>
background-color css
<style>
a { background-color: #01DFB7; }
a { background-color: rgb(1,223,183); }
div.DivClassName
{
background-color: #01DFB7;
}
.BgClassName
{
background-color: #01DFB7;
}
</style>
border-color css
<style>
span { border-color: #01DFB7; }
span { border-color: rgb(1,223,183); }
td.TdClassName
{
border-color: #01DFB7;
}
.TagClassName
{
border-color: #01DFB7;
}
</style>