Shades of Robin's Egg Blue #01CFBA
Tints of Robin's Egg Blue #01CFBA
RGB
CMYK
RGB Variations
Color information
#01CFBA (or 0x01CFBA) is known color: Robin's Egg Blue. HEX triplet: 01, CF and BA. RGB value is (1,207,186). Sum of RGB (Red+Green+Blue) = 1+207+186=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFBA is #FE3045. Grayscale: #8E8E8E. Windows color (decimal): -16658502 or 12242689. OLE color: 12242689.
HSL color Cylindrical-coordinate representation of color #01CFBA: hue angle of 173.88º 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 #01CFBA is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 186 | - |
| CMYK | 1.00 | 0 | 0.10 | 0.19 |
| HSL | 173.88º | 0.99% | 0.41% | - |
| HSV(B) | 173.88º | 1% | 0.81% | - |
| XYZ | 31.19 | 48.18 | 54.11 | - |
| YUV | 143.01 | 152.25 | 26.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 186 | 1.00 | 0 | 0.10 | 0.19 | 173.88 | 0.99 | 0.41 |
| Hex | 1 | CF | BA | 64 | 0 | A | 13 | AE | 63 | 29 |
| Octal | 1 | 317 | 272 | 144 | 0 | 12 | 23 | 256 | 143 | 51 |
| Binary | 1 | 11001111 | 10111010 | 1100100 | 0 | 1010 | 10011 | 10101110 | 1100011 | 101001 |
Color Harmonies of #01CFBA
Complementary color
Monochromatic Colors of #01CFBA
Black with #01CFBA
Text Example
Text Example
White with #01CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFBA; }
p { color: rgb(1,207,186); }
H1.HeaderClassName
{
color: #01CFBA;
}
.AnyTagClassName
{
color: #01CFBA;
}
</style>
background-color css
<style>
a { background-color: #01CFBA; }
a { background-color: rgb(1,207,186); }
div.DivClassName
{
background-color: #01CFBA;
}
.BgClassName
{
background-color: #01CFBA;
}
</style>
border-color css
<style>
span { border-color: #01CFBA; }
span { border-color: rgb(1,207,186); }
td.TdClassName
{
border-color: #01CFBA;
}
.TagClassName
{
border-color: #01CFBA;
}
</style>