Shades of Robin's Egg Blue #01CEC1
Tints of Robin's Egg Blue #01CEC1
RGB
CMYK
RGB Variations
Color information
#01CEC1 (or 0x01CEC1) is known color: Robin's Egg Blue. HEX triplet: 01, CE and C1. RGB value is (1,206,193). Sum of RGB (Red+Green+Blue) = 1+206+193=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CEC1 is #FE313E. Grayscale: #8F8F8F. Windows color (decimal): -16658751 or 12701185. OLE color: 12701185.
HSL color Cylindrical-coordinate representation of color #01CEC1: hue angle of 176.2º 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 #01CEC1 is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 193 | - |
| CMYK | 1.00 | 0 | 0.06 | 0.19 |
| HSL | 176.2º | 0.99% | 0.41% | - |
| HSV(B) | 176.2º | 1% | 0.81% | - |
| XYZ | 31.71 | 48 | 58.05 | - |
| YUV | 143.22 | 156.08 | 26.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 193 | 1.00 | 0 | 0.06 | 0.19 | 176.2 | 0.99 | 0.41 |
| Hex | 1 | CE | C1 | 64 | 0 | 6 | 13 | B0 | 63 | 29 |
| Octal | 1 | 316 | 301 | 144 | 0 | 6 | 23 | 260 | 143 | 51 |
| Binary | 1 | 11001110 | 11000001 | 1100100 | 0 | 110 | 10011 | 10110000 | 1100011 | 101001 |
Color Harmonies of #01CEC1
Complementary color
Monochromatic Colors of #01CEC1
Black with #01CEC1
Text Example
Text Example
White with #01CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEC1; }
p { color: rgb(1,206,193); }
H1.HeaderClassName
{
color: #01CEC1;
}
.AnyTagClassName
{
color: #01CEC1;
}
</style>
background-color css
<style>
a { background-color: #01CEC1; }
a { background-color: rgb(1,206,193); }
div.DivClassName
{
background-color: #01CEC1;
}
.BgClassName
{
background-color: #01CEC1;
}
</style>
border-color css
<style>
span { border-color: #01CEC1; }
span { border-color: rgb(1,206,193); }
td.TdClassName
{
border-color: #01CEC1;
}
.TagClassName
{
border-color: #01CEC1;
}
</style>