Shades of Robin's Egg Blue #01C0D2
Tints of Robin's Egg Blue #01C0D2
RGB
CMYK
RGB Variations
Color information
#01C0D2 (or 0x01C0D2) is known color: Robin's Egg Blue. HEX triplet: 01, C0 and D2. RGB value is (1,192,210). Sum of RGB (Red+Green+Blue) = 1+192+210=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #01C0D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0D2 is #FE3F2D. Grayscale: #888888. Windows color (decimal): -16662318 or 13811713. OLE color: 13811713.
HSL color Cylindrical-coordinate representation of color #01C0D2: hue angle of 185.17º 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 #01C0D2 is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 192 | 210 | - |
| CMYK | 1.00 | 0.09 | 0 | 0.18 |
| HSL | 185.17º | 0.99% | 0.41% | - |
| HSV(B) | 185.17º | 1% | 0.82% | - |
| XYZ | 30.5 | 42.36 | 67.54 | - |
| YUV | 136.94 | 169.22 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 210 | 1.00 | 0.09 | 0 | 0.18 | 185.17 | 0.99 | 0.41 |
| Hex | 1 | C0 | D2 | 64 | 9 | 0 | 12 | B9 | 63 | 29 |
| Octal | 1 | 300 | 322 | 144 | 11 | 0 | 22 | 271 | 143 | 51 |
| Binary | 1 | 11000000 | 11010010 | 1100100 | 1001 | 0 | 10010 | 10111001 | 1100011 | 101001 |
Color Harmonies of #01C0D2
Complementary color
Monochromatic Colors of #01C0D2
Black with #01C0D2
Text Example
Text Example
White with #01C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0D2; }
p { color: rgb(1,192,210); }
H1.HeaderClassName
{
color: #01C0D2;
}
.AnyTagClassName
{
color: #01C0D2;
}
</style>
background-color css
<style>
a { background-color: #01C0D2; }
a { background-color: rgb(1,192,210); }
div.DivClassName
{
background-color: #01C0D2;
}
.BgClassName
{
background-color: #01C0D2;
}
</style>
border-color css
<style>
span { border-color: #01C0D2; }
span { border-color: rgb(1,192,210); }
td.TdClassName
{
border-color: #01C0D2;
}
.TagClassName
{
border-color: #01C0D2;
}
</style>