Shades of Robin's Egg Blue #01C6CE
Tints of Robin's Egg Blue #01C6CE
RGB
CMYK
RGB Variations
Color information
#01C6CE (or 0x01C6CE) is known color: Robin's Egg Blue. HEX triplet: 01, C6 and CE. RGB value is (1,198,206). Sum of RGB (Red+Green+Blue) = 1+198+206=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #01C6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C6CE is #FE3931. Grayscale: #8B8B8B. Windows color (decimal): -16660786 or 13551105. OLE color: 13551105.
HSL color Cylindrical-coordinate representation of color #01C6CE: hue angle of 182.34º 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 #01C6CE is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 198 | 206 | - |
| CMYK | 1.00 | 0.04 | 0 | 0.19 |
| HSL | 182.34º | 0.99% | 0.41% | - |
| HSV(B) | 182.34º | 1% | 0.81% | - |
| XYZ | 31.35 | 44.85 | 65.4 | - |
| YUV | 140.01 | 165.23 | 28.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 198 | 206 | 1.00 | 0.04 | 0 | 0.19 | 182.34 | 0.99 | 0.41 |
| Hex | 1 | C6 | CE | 64 | 4 | 0 | 13 | B6 | 63 | 29 |
| Octal | 1 | 306 | 316 | 144 | 4 | 0 | 23 | 266 | 143 | 51 |
| Binary | 1 | 11000110 | 11001110 | 1100100 | 100 | 0 | 10011 | 10110110 | 1100011 | 101001 |
Color Harmonies of #01C6CE
Complementary color
Monochromatic Colors of #01C6CE
Black with #01C6CE
Text Example
Text Example
White with #01C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C6CE; }
p { color: rgb(1,198,206); }
H1.HeaderClassName
{
color: #01C6CE;
}
.AnyTagClassName
{
color: #01C6CE;
}
</style>
background-color css
<style>
a { background-color: #01C6CE; }
a { background-color: rgb(1,198,206); }
div.DivClassName
{
background-color: #01C6CE;
}
.BgClassName
{
background-color: #01C6CE;
}
</style>
border-color css
<style>
span { border-color: #01C6CE; }
span { border-color: rgb(1,198,206); }
td.TdClassName
{
border-color: #01C6CE;
}
.TagClassName
{
border-color: #01C6CE;
}
</style>