Shades of Robin's Egg Blue #01CFC6
Tints of Robin's Egg Blue #01CFC6
RGB
CMYK
RGB Variations
Color information
#01CFC6 (or 0x01CFC6) is known color: Robin's Egg Blue. HEX triplet: 01, CF and C6. RGB value is (1,207,198). Sum of RGB (Red+Green+Blue) = 1+207+198=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #01CFC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFC6 is #FE3039. Grayscale: #909090. Windows color (decimal): -16658490 or 13029121. OLE color: 13029121.
HSL color Cylindrical-coordinate representation of color #01CFC6: hue angle of 177.38º 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 #01CFC6 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 198 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.19 |
| HSL | 177.38º | 0.99% | 0.41% | - |
| HSV(B) | 177.38º | 1% | 0.81% | - |
| XYZ | 32.52 | 48.71 | 61.11 | - |
| YUV | 144.38 | 158.25 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 198 | 1.00 | 0 | 0.04 | 0.19 | 177.38 | 0.99 | 0.41 |
| Hex | 1 | CF | C6 | 64 | 0 | 4 | 13 | B1 | 63 | 29 |
| Octal | 1 | 317 | 306 | 144 | 0 | 4 | 23 | 261 | 143 | 51 |
| Binary | 1 | 11001111 | 11000110 | 1100100 | 0 | 100 | 10011 | 10110001 | 1100011 | 101001 |
Color Harmonies of #01CFC6
Complementary color
Monochromatic Colors of #01CFC6
Black with #01CFC6
Text Example
Text Example
White with #01CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFC6; }
p { color: rgb(1,207,198); }
H1.HeaderClassName
{
color: #01CFC6;
}
.AnyTagClassName
{
color: #01CFC6;
}
</style>
background-color css
<style>
a { background-color: #01CFC6; }
a { background-color: rgb(1,207,198); }
div.DivClassName
{
background-color: #01CFC6;
}
.BgClassName
{
background-color: #01CFC6;
}
</style>
border-color css
<style>
span { border-color: #01CFC6; }
span { border-color: rgb(1,207,198); }
td.TdClassName
{
border-color: #01CFC6;
}
.TagClassName
{
border-color: #01CFC6;
}
</style>