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