Shades of Robin's Egg Blue #01C2CE
Tints of Robin's Egg Blue #01C2CE
RGB
CMYK
RGB Variations
Color information
#01C2CE (or 0x01C2CE) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and CE. RGB value is (1,194,206). Sum of RGB (Red+Green+Blue) = 1+194+206=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #01C2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2CE is #FE3D31. Grayscale: #898989. Windows color (decimal): -16661810 or 13550081. OLE color: 13550081.
HSL color Cylindrical-coordinate representation of color #01C2CE: hue angle of 183.51º 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 #01C2CE is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 194 | 206 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.19 |
| HSL | 183.51º | 0.99% | 0.41% | - |
| HSV(B) | 183.51º | 1% | 0.81% | - |
| XYZ | 30.44 | 43.05 | 65.1 | - |
| YUV | 137.66 | 166.56 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 206 | 1.00 | 0.06 | 0 | 0.19 | 183.51 | 0.99 | 0.41 |
| Hex | 1 | C2 | CE | 64 | 6 | 0 | 13 | B8 | 63 | 29 |
| Octal | 1 | 302 | 316 | 144 | 6 | 0 | 23 | 270 | 143 | 51 |
| Binary | 1 | 11000010 | 11001110 | 1100100 | 110 | 0 | 10011 | 10111000 | 1100011 | 101001 |
Color Harmonies of #01C2CE
Complementary color
Monochromatic Colors of #01C2CE
Black with #01C2CE
Text Example
Text Example
White with #01C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C2CE; }
p { color: rgb(1,194,206); }
H1.HeaderClassName
{
color: #01C2CE;
}
.AnyTagClassName
{
color: #01C2CE;
}
</style>
background-color css
<style>
a { background-color: #01C2CE; }
a { background-color: rgb(1,194,206); }
div.DivClassName
{
background-color: #01C2CE;
}
.BgClassName
{
background-color: #01C2CE;
}
</style>
border-color css
<style>
span { border-color: #01C2CE; }
span { border-color: rgb(1,194,206); }
td.TdClassName
{
border-color: #01C2CE;
}
.TagClassName
{
border-color: #01C2CE;
}
</style>