Shades of Robin's Egg Blue #01C0C6
Tints of Robin's Egg Blue #01C0C6
RGB
CMYK
RGB Variations
Color information
#01C0C6 (or 0x01C0C6) is known color: Robin's Egg Blue. HEX triplet: 01, C0 and C6. RGB value is (1,192,198). Sum of RGB (Red+Green+Blue) = 1+192+198=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #01C0C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0C6 is #FE3F39. Grayscale: #878787. Windows color (decimal): -16662330 or 13025281. OLE color: 13025281.
HSL color Cylindrical-coordinate representation of color #01C0C6: hue angle of 181.83º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C0C6 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 192 | 198 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.22 |
| HSL | 181.83º | 0.99% | 0.39% | - |
| HSV(B) | 181.83º | 0.99% | 0.78% | - |
| XYZ | 29.06 | 41.78 | 59.96 | - |
| YUV | 135.58 | 163.22 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 198 | 0.99 | 0.03 | 0 | 0.22 | 181.83 | 0.99 | 0.39 |
| Hex | 1 | C0 | C6 | 63 | 3 | 0 | 16 | B6 | 63 | 27 |
| Octal | 1 | 300 | 306 | 143 | 3 | 0 | 26 | 266 | 143 | 47 |
| Binary | 1 | 11000000 | 11000110 | 1100011 | 11 | 0 | 10110 | 10110110 | 1100011 | 100111 |
Color Harmonies of #01C0C6
Complementary color
Monochromatic Colors of #01C0C6
Black with #01C0C6
Text Example
Text Example
White with #01C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0C6; }
p { color: rgb(1,192,198); }
H1.HeaderClassName
{
color: #01C0C6;
}
.AnyTagClassName
{
color: #01C0C6;
}
</style>
background-color css
<style>
a { background-color: #01C0C6; }
a { background-color: rgb(1,192,198); }
div.DivClassName
{
background-color: #01C0C6;
}
.BgClassName
{
background-color: #01C0C6;
}
</style>
border-color css
<style>
span { border-color: #01C0C6; }
span { border-color: rgb(1,192,198); }
td.TdClassName
{
border-color: #01C0C6;
}
.TagClassName
{
border-color: #01C0C6;
}
</style>