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