Shades of Robin's Egg Blue #01DCBF
Tints of Robin's Egg Blue #01DCBF
RGB
CMYK
RGB Variations
Color information
#01DCBF (or 0x01DCBF) is known color: Robin's Egg Blue. HEX triplet: 01, DC and BF. RGB value is (1,220,191). Sum of RGB (Red+Green+Blue) = 1+220+191=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCBF is #FE2340. Grayscale: #979797. Windows color (decimal): -16655169 or 12573697. OLE color: 12573697.
HSL color Cylindrical-coordinate representation of color #01DCBF: hue angle of 172.05º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCBF is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 191 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.14 |
| HSL | 172.05º | 0.99% | 0.43% | - |
| HSV(B) | 172.05º | 1% | 0.86% | - |
| XYZ | 35.01 | 54.95 | 58.05 | - |
| YUV | 151.21 | 150.45 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 191 | 1.00 | 0 | 0.13 | 0.14 | 172.05 | 0.99 | 0.43 |
| Hex | 1 | DC | BF | 64 | 0 | D | E | AC | 63 | 2B |
| Octal | 1 | 334 | 277 | 144 | 0 | 15 | 16 | 254 | 143 | 53 |
| Binary | 1 | 11011100 | 10111111 | 1100100 | 0 | 1101 | 1110 | 10101100 | 1100011 | 101011 |
Color Harmonies of #01DCBF
Complementary color
Monochromatic Colors of #01DCBF
Black with #01DCBF
Text Example
Text Example
White with #01DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCBF; }
p { color: rgb(1,220,191); }
H1.HeaderClassName
{
color: #01DCBF;
}
.AnyTagClassName
{
color: #01DCBF;
}
</style>
background-color css
<style>
a { background-color: #01DCBF; }
a { background-color: rgb(1,220,191); }
div.DivClassName
{
background-color: #01DCBF;
}
.BgClassName
{
background-color: #01DCBF;
}
</style>
border-color css
<style>
span { border-color: #01DCBF; }
span { border-color: rgb(1,220,191); }
td.TdClassName
{
border-color: #01DCBF;
}
.TagClassName
{
border-color: #01DCBF;
}
</style>