Shades of Robin's Egg Blue #01C1C1
Tints of Robin's Egg Blue #01C1C1
RGB
CMYK
RGB Variations
Color information
#01C1C1 (or 0x01C1C1) is known color: Robin's Egg Blue. HEX triplet: 01, C1 and C1. RGB value is (1,193,193). Sum of RGB (Red+Green+Blue) = 1+193+193=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #01C1C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C1C1 is #FE3E3E. Grayscale: #878787. Windows color (decimal): -16662079 or 12697857. OLE color: 12697857.
HSL color Cylindrical-coordinate representation of color #01C1C1: hue angle of 180º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C1C1 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 193 | - |
| CMYK | 0.99 | 0 | 0 | 0.24 |
| HSL | 180º | 0.99% | 0.38% | - |
| HSV(B) | 180º | 0.99% | 0.76% | - |
| XYZ | 28.71 | 42 | 57.05 | - |
| YUV | 135.59 | 160.39 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 193 | 0.99 | 0 | 0 | 0.24 | 180 | 0.99 | 0.38 |
| Hex | 1 | C1 | C1 | 63 | 0 | 0 | 18 | B4 | 63 | 26 |
| Octal | 1 | 301 | 301 | 143 | 0 | 0 | 30 | 264 | 143 | 46 |
| Binary | 1 | 11000001 | 11000001 | 1100011 | 0 | 0 | 11000 | 10110100 | 1100011 | 100110 |
Color Harmonies of #01C1C1
Complementary color
Monochromatic Colors of #01C1C1
Black with #01C1C1
Text Example
Text Example
White with #01C1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C1C1; }
p { color: rgb(1,193,193); }
H1.HeaderClassName
{
color: #01C1C1;
}
.AnyTagClassName
{
color: #01C1C1;
}
</style>
background-color css
<style>
a { background-color: #01C1C1; }
a { background-color: rgb(1,193,193); }
div.DivClassName
{
background-color: #01C1C1;
}
.BgClassName
{
background-color: #01C1C1;
}
</style>
border-color css
<style>
span { border-color: #01C1C1; }
span { border-color: rgb(1,193,193); }
td.TdClassName
{
border-color: #01C1C1;
}
.TagClassName
{
border-color: #01C1C1;
}
</style>