Shades of Robin's Egg Blue #01CECA
Tints of Robin's Egg Blue #01CECA
RGB
CMYK
RGB Variations
Color information
#01CECA (or 0x01CECA) is known color: Robin's Egg Blue. HEX triplet: 01, CE and CA. RGB value is (1,206,202). Sum of RGB (Red+Green+Blue) = 1+206+202=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #01CECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CECA is #FE3135. Grayscale: #909090. Windows color (decimal): -16658742 or 13291009. OLE color: 13291009.
HSL color Cylindrical-coordinate representation of color #01CECA: hue angle of 178.83º 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 #01CECA is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 202 | - |
| CMYK | 1.00 | 0 | 0.02 | 0.19 |
| HSL | 178.83º | 0.99% | 0.41% | - |
| HSV(B) | 178.83º | 1% | 0.81% | - |
| XYZ | 32.74 | 48.41 | 63.5 | - |
| YUV | 144.25 | 160.58 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 202 | 1.00 | 0 | 0.02 | 0.19 | 178.83 | 0.99 | 0.41 |
| Hex | 1 | CE | CA | 64 | 0 | 2 | 13 | B3 | 63 | 29 |
| Octal | 1 | 316 | 312 | 144 | 0 | 2 | 23 | 263 | 143 | 51 |
| Binary | 1 | 11001110 | 11001010 | 1100100 | 0 | 10 | 10011 | 10110011 | 1100011 | 101001 |
Color Harmonies of #01CECA
Complementary color
Monochromatic Colors of #01CECA
Black with #01CECA
Text Example
Text Example
White with #01CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CECA; }
p { color: rgb(1,206,202); }
H1.HeaderClassName
{
color: #01CECA;
}
.AnyTagClassName
{
color: #01CECA;
}
</style>
background-color css
<style>
a { background-color: #01CECA; }
a { background-color: rgb(1,206,202); }
div.DivClassName
{
background-color: #01CECA;
}
.BgClassName
{
background-color: #01CECA;
}
</style>
border-color css
<style>
span { border-color: #01CECA; }
span { border-color: rgb(1,206,202); }
td.TdClassName
{
border-color: #01CECA;
}
.TagClassName
{
border-color: #01CECA;
}
</style>