Shades of Robin's Egg Blue #01CEC5
Tints of Robin's Egg Blue #01CEC5
RGB
CMYK
RGB Variations
Color information
#01CEC5 (or 0x01CEC5) is known color: Robin's Egg Blue. HEX triplet: 01, CE and C5. RGB value is (1,206,197). Sum of RGB (Red+Green+Blue) = 1+206+197=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CEC5 is #FE313A. Grayscale: #8F8F8F. Windows color (decimal): -16658747 or 12963329. OLE color: 12963329.
HSL color Cylindrical-coordinate representation of color #01CEC5: hue angle of 177.37º 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 #01CEC5 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 197 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.19 |
| HSL | 177.37º | 0.99% | 0.41% | - |
| HSV(B) | 177.37º | 1% | 0.81% | - |
| XYZ | 32.16 | 48.18 | 60.43 | - |
| YUV | 143.68 | 158.08 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 197 | 1.00 | 0 | 0.04 | 0.19 | 177.37 | 0.99 | 0.41 |
| Hex | 1 | CE | C5 | 64 | 0 | 4 | 13 | B1 | 63 | 29 |
| Octal | 1 | 316 | 305 | 144 | 0 | 4 | 23 | 261 | 143 | 51 |
| Binary | 1 | 11001110 | 11000101 | 1100100 | 0 | 100 | 10011 | 10110001 | 1100011 | 101001 |
Color Harmonies of #01CEC5
Complementary color
Monochromatic Colors of #01CEC5
Black with #01CEC5
Text Example
Text Example
White with #01CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEC5; }
p { color: rgb(1,206,197); }
H1.HeaderClassName
{
color: #01CEC5;
}
.AnyTagClassName
{
color: #01CEC5;
}
</style>
background-color css
<style>
a { background-color: #01CEC5; }
a { background-color: rgb(1,206,197); }
div.DivClassName
{
background-color: #01CEC5;
}
.BgClassName
{
background-color: #01CEC5;
}
</style>
border-color css
<style>
span { border-color: #01CEC5; }
span { border-color: rgb(1,206,197); }
td.TdClassName
{
border-color: #01CEC5;
}
.TagClassName
{
border-color: #01CEC5;
}
</style>