Shades of Robin's Egg Blue #01C1C2
Tints of Robin's Egg Blue #01C1C2
RGB
CMYK
RGB Variations
Color information
#01C1C2 (or 0x01C1C2) is known color: Robin's Egg Blue. HEX triplet: 01, C1 and C2. RGB value is (1,193,194). Sum of RGB (Red+Green+Blue) = 1+193+194=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #01C1C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C1C2 is #FE3E3D. Grayscale: #878787. Windows color (decimal): -16662078 or 12763393. OLE color: 12763393.
HSL color Cylindrical-coordinate representation of color #01C1C2: hue angle of 180.31º 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 #01C1C2 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 193 | 194 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.24 |
| HSL | 180.31º | 0.99% | 0.38% | - |
| HSV(B) | 180.31º | 0.99% | 0.76% | - |
| XYZ | 28.82 | 42.04 | 57.63 | - |
| YUV | 135.71 | 160.89 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 194 | 0.99 | 0.01 | 0 | 0.24 | 180.31 | 0.99 | 0.38 |
| Hex | 1 | C1 | C2 | 63 | 1 | 0 | 18 | B4 | 63 | 26 |
| Octal | 1 | 301 | 302 | 143 | 1 | 0 | 30 | 264 | 143 | 46 |
| Binary | 1 | 11000001 | 11000010 | 1100011 | 1 | 0 | 11000 | 10110100 | 1100011 | 100110 |
Color Harmonies of #01C1C2
Complementary color
Monochromatic Colors of #01C1C2
Black with #01C1C2
Text Example
Text Example
White with #01C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C1C2; }
p { color: rgb(1,193,194); }
H1.HeaderClassName
{
color: #01C1C2;
}
.AnyTagClassName
{
color: #01C1C2;
}
</style>
background-color css
<style>
a { background-color: #01C1C2; }
a { background-color: rgb(1,193,194); }
div.DivClassName
{
background-color: #01C1C2;
}
.BgClassName
{
background-color: #01C1C2;
}
</style>
border-color css
<style>
span { border-color: #01C1C2; }
span { border-color: rgb(1,193,194); }
td.TdClassName
{
border-color: #01C1C2;
}
.TagClassName
{
border-color: #01C1C2;
}
</style>