Shades of Robin's Egg Blue #01CFC5
Tints of Robin's Egg Blue #01CFC5
RGB
CMYK
RGB Variations
Color information
#01CFC5 (or 0x01CFC5) is known color: Robin's Egg Blue. HEX triplet: 01, CF and C5. RGB value is (1,207,197). Sum of RGB (Red+Green+Blue) = 1+207+197=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFC5 is #FE303A. Grayscale: #909090. Windows color (decimal): -16658491 or 12963585. OLE color: 12963585.
HSL color Cylindrical-coordinate representation of color #01CFC5: hue angle of 177.09º 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 #01CFC5 is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 197 | - |
| CMYK | 1.00 | 0 | 0.05 | 0.19 |
| HSL | 177.09º | 0.99% | 0.41% | - |
| HSV(B) | 177.09º | 1% | 0.81% | - |
| XYZ | 32.4 | 48.66 | 60.51 | - |
| YUV | 144.27 | 157.75 | 25.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 197 | 1.00 | 0 | 0.05 | 0.19 | 177.09 | 0.99 | 0.41 |
| Hex | 1 | CF | C5 | 64 | 0 | 5 | 13 | B1 | 63 | 29 |
| Octal | 1 | 317 | 305 | 144 | 0 | 5 | 23 | 261 | 143 | 51 |
| Binary | 1 | 11001111 | 11000101 | 1100100 | 0 | 101 | 10011 | 10110001 | 1100011 | 101001 |
Color Harmonies of #01CFC5
Complementary color
Monochromatic Colors of #01CFC5
Black with #01CFC5
Text Example
Text Example
White with #01CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFC5; }
p { color: rgb(1,207,197); }
H1.HeaderClassName
{
color: #01CFC5;
}
.AnyTagClassName
{
color: #01CFC5;
}
</style>
background-color css
<style>
a { background-color: #01CFC5; }
a { background-color: rgb(1,207,197); }
div.DivClassName
{
background-color: #01CFC5;
}
.BgClassName
{
background-color: #01CFC5;
}
</style>
border-color css
<style>
span { border-color: #01CFC5; }
span { border-color: rgb(1,207,197); }
td.TdClassName
{
border-color: #01CFC5;
}
.TagClassName
{
border-color: #01CFC5;
}
</style>