Shades of Robin's Egg Blue #01CFBD
Tints of Robin's Egg Blue #01CFBD
RGB
CMYK
RGB Variations
Color information
#01CFBD (or 0x01CFBD) is known color: Robin's Egg Blue. HEX triplet: 01, CF and BD. RGB value is (1,207,189). Sum of RGB (Red+Green+Blue) = 1+207+189=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFBD is #FE3042. Grayscale: #8F8F8F. Windows color (decimal): -16658499 or 12439297. OLE color: 12439297.
HSL color Cylindrical-coordinate representation of color #01CFBD: hue angle of 174.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFBD is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 189 | - |
| CMYK | 1.00 | 0 | 0.09 | 0.19 |
| HSL | 174.76º | 0.99% | 0.41% | - |
| HSV(B) | 174.76º | 1% | 0.81% | - |
| XYZ | 31.51 | 48.31 | 55.81 | - |
| YUV | 143.35 | 153.75 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 189 | 1.00 | 0 | 0.09 | 0.19 | 174.76 | 0.99 | 0.41 |
| Hex | 1 | CF | BD | 64 | 0 | 9 | 13 | AF | 63 | 29 |
| Octal | 1 | 317 | 275 | 144 | 0 | 11 | 23 | 257 | 143 | 51 |
| Binary | 1 | 11001111 | 10111101 | 1100100 | 0 | 1001 | 10011 | 10101111 | 1100011 | 101001 |
Color Harmonies of #01CFBD
Complementary color
Monochromatic Colors of #01CFBD
Black with #01CFBD
Text Example
Text Example
White with #01CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFBD; }
p { color: rgb(1,207,189); }
H1.HeaderClassName
{
color: #01CFBD;
}
.AnyTagClassName
{
color: #01CFBD;
}
</style>
background-color css
<style>
a { background-color: #01CFBD; }
a { background-color: rgb(1,207,189); }
div.DivClassName
{
background-color: #01CFBD;
}
.BgClassName
{
background-color: #01CFBD;
}
</style>
border-color css
<style>
span { border-color: #01CFBD; }
span { border-color: rgb(1,207,189); }
td.TdClassName
{
border-color: #01CFBD;
}
.TagClassName
{
border-color: #01CFBD;
}
</style>