Shades of Robin's Egg Blue #01CFBC
Tints of Robin's Egg Blue #01CFBC
RGB
CMYK
RGB Variations
Color information
#01CFBC (or 0x01CFBC) is known color: Robin's Egg Blue. HEX triplet: 01, CF and BC. RGB value is (1,207,188). Sum of RGB (Red+Green+Blue) = 1+207+188=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFBC is #FE3043. Grayscale: #8F8F8F. Windows color (decimal): -16658500 or 12373761. OLE color: 12373761.
HSL color Cylindrical-coordinate representation of color #01CFBC: hue angle of 174.47º 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 #01CFBC is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 188 | - |
| CMYK | 1.00 | 0 | 0.09 | 0.19 |
| HSL | 174.47º | 0.99% | 0.41% | - |
| HSV(B) | 174.47º | 1% | 0.81% | - |
| XYZ | 31.4 | 48.26 | 55.24 | - |
| YUV | 143.24 | 153.25 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 188 | 1.00 | 0 | 0.09 | 0.19 | 174.47 | 0.99 | 0.41 |
| Hex | 1 | CF | BC | 64 | 0 | 9 | 13 | AE | 63 | 29 |
| Octal | 1 | 317 | 274 | 144 | 0 | 11 | 23 | 256 | 143 | 51 |
| Binary | 1 | 11001111 | 10111100 | 1100100 | 0 | 1001 | 10011 | 10101110 | 1100011 | 101001 |
Color Harmonies of #01CFBC
Complementary color
Monochromatic Colors of #01CFBC
Black with #01CFBC
Text Example
Text Example
White with #01CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFBC; }
p { color: rgb(1,207,188); }
H1.HeaderClassName
{
color: #01CFBC;
}
.AnyTagClassName
{
color: #01CFBC;
}
</style>
background-color css
<style>
a { background-color: #01CFBC; }
a { background-color: rgb(1,207,188); }
div.DivClassName
{
background-color: #01CFBC;
}
.BgClassName
{
background-color: #01CFBC;
}
</style>
border-color css
<style>
span { border-color: #01CFBC; }
span { border-color: rgb(1,207,188); }
td.TdClassName
{
border-color: #01CFBC;
}
.TagClassName
{
border-color: #01CFBC;
}
</style>