Shades of Robin's Egg Blue #01C1D0
Tints of Robin's Egg Blue #01C1D0
RGB
CMYK
RGB Variations
Color information
#01C1D0 (or 0x01C1D0) is known color: Robin's Egg Blue. HEX triplet: 01, C1 and D0. RGB value is (1,193,208). Sum of RGB (Red+Green+Blue) = 1+193+208=402 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #01C1D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C1D0 is #FE3E2F. Grayscale: #898989. Windows color (decimal): -16662064 or 13680897. OLE color: 13680897.
HSL color Cylindrical-coordinate representation of color #01C1D0: hue angle of 184.35º 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 #01C1D0 is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 193 | 208 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.18 |
| HSL | 184.35º | 0.99% | 0.41% | - |
| HSV(B) | 184.35º | 1% | 0.82% | - |
| XYZ | 30.47 | 42.7 | 66.31 | - |
| YUV | 137.3 | 167.89 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 193 | 208 | 1.00 | 0.07 | 0 | 0.18 | 184.35 | 0.99 | 0.41 |
| Hex | 1 | C1 | D0 | 64 | 7 | 0 | 12 | B8 | 63 | 29 |
| Octal | 1 | 301 | 320 | 144 | 7 | 0 | 22 | 270 | 143 | 51 |
| Binary | 1 | 11000001 | 11010000 | 1100100 | 111 | 0 | 10010 | 10111000 | 1100011 | 101001 |
Color Harmonies of #01C1D0
Complementary color
Monochromatic Colors of #01C1D0
Black with #01C1D0
Text Example
Text Example
White with #01C1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C1D0; }
p { color: rgb(1,193,208); }
H1.HeaderClassName
{
color: #01C1D0;
}
.AnyTagClassName
{
color: #01C1D0;
}
</style>
background-color css
<style>
a { background-color: #01C1D0; }
a { background-color: rgb(1,193,208); }
div.DivClassName
{
background-color: #01C1D0;
}
.BgClassName
{
background-color: #01C1D0;
}
</style>
border-color css
<style>
span { border-color: #01C1D0; }
span { border-color: rgb(1,193,208); }
td.TdClassName
{
border-color: #01C1D0;
}
.TagClassName
{
border-color: #01C1D0;
}
</style>