Shades of Robin's Egg Blue #01C2D0
Tints of Robin's Egg Blue #01C2D0
RGB
CMYK
RGB Variations
Color information
#01C2D0 (or 0x01C2D0) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and D0. RGB value is (1,194,208). Sum of RGB (Red+Green+Blue) = 1+194+208=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #01C2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2D0 is #FE3D2F. Grayscale: #898989. Windows color (decimal): -16661808 or 13681153. OLE color: 13681153.
HSL color Cylindrical-coordinate representation of color #01C2D0: hue angle of 184.06º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C2D0 is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 194 | 208 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.18 |
| HSL | 184.06º | 0.99% | 0.41% | - |
| HSV(B) | 184.06º | 1% | 0.82% | - |
| XYZ | 30.69 | 43.14 | 66.38 | - |
| YUV | 137.89 | 167.56 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 194 | 208 | 1.00 | 0.07 | 0 | 0.18 | 184.06 | 0.99 | 0.41 |
| Hex | 1 | C2 | D0 | 64 | 7 | 0 | 12 | B8 | 63 | 29 |
| Octal | 1 | 302 | 320 | 144 | 7 | 0 | 22 | 270 | 143 | 51 |
| Binary | 1 | 11000010 | 11010000 | 1100100 | 111 | 0 | 10010 | 10111000 | 1100011 | 101001 |
Color Harmonies of #01C2D0
Complementary color
Monochromatic Colors of #01C2D0
Black with #01C2D0
Text Example
Text Example
White with #01C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C2D0; }
p { color: rgb(1,194,208); }
H1.HeaderClassName
{
color: #01C2D0;
}
.AnyTagClassName
{
color: #01C2D0;
}
</style>
background-color css
<style>
a { background-color: #01C2D0; }
a { background-color: rgb(1,194,208); }
div.DivClassName
{
background-color: #01C2D0;
}
.BgClassName
{
background-color: #01C2D0;
}
</style>
border-color css
<style>
span { border-color: #01C2D0; }
span { border-color: rgb(1,194,208); }
td.TdClassName
{
border-color: #01C2D0;
}
.TagClassName
{
border-color: #01C2D0;
}
</style>