Shades of Robin's Egg Blue #01C6D0
Tints of Robin's Egg Blue #01C6D0
RGB
CMYK
RGB Variations
Color information
#01C6D0 (or 0x01C6D0) is known color: Robin's Egg Blue. HEX triplet: 01, C6 and D0. RGB value is (1,198,208). Sum of RGB (Red+Green+Blue) = 1+198+208=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #01C6D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C6D0 is #FE392F. Grayscale: #8C8C8C. Windows color (decimal): -16660784 or 13682177. OLE color: 13682177.
HSL color Cylindrical-coordinate representation of color #01C6D0: hue angle of 182.9º 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 #01C6D0 is Cyan = 1.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 198 | 208 | - |
| CMYK | 1.00 | 0.05 | 0 | 0.18 |
| HSL | 182.9º | 0.99% | 0.41% | - |
| HSV(B) | 182.9º | 1% | 0.82% | - |
| XYZ | 31.59 | 44.95 | 66.69 | - |
| YUV | 140.24 | 166.23 | 28.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 208 | 1.00 | 0.05 | 0 | 0.18 | 182.9 | 0.99 | 0.41 |
| Hex | 1 | C6 | D0 | 64 | 5 | 0 | 12 | B7 | 63 | 29 |
| Octal | 1 | 306 | 320 | 144 | 5 | 0 | 22 | 267 | 143 | 51 |
| Binary | 1 | 11000110 | 11010000 | 1100100 | 101 | 0 | 10010 | 10110111 | 1100011 | 101001 |
Color Harmonies of #01C6D0
Complementary color
Monochromatic Colors of #01C6D0
Black with #01C6D0
Text Example
Text Example
White with #01C6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C6D0; }
p { color: rgb(1,198,208); }
H1.HeaderClassName
{
color: #01C6D0;
}
.AnyTagClassName
{
color: #01C6D0;
}
</style>
background-color css
<style>
a { background-color: #01C6D0; }
a { background-color: rgb(1,198,208); }
div.DivClassName
{
background-color: #01C6D0;
}
.BgClassName
{
background-color: #01C6D0;
}
</style>
border-color css
<style>
span { border-color: #01C6D0; }
span { border-color: rgb(1,198,208); }
td.TdClassName
{
border-color: #01C6D0;
}
.TagClassName
{
border-color: #01C6D0;
}
</style>