Shades of Robin's Egg Blue #01CEBA
Tints of Robin's Egg Blue #01CEBA
RGB
CMYK
RGB Variations
Color information
#01CEBA (or 0x01CEBA) is known color: Robin's Egg Blue. HEX triplet: 01, CE and BA. RGB value is (1,206,186). Sum of RGB (Red+Green+Blue) = 1+206+186=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CEBA is #FE3145. Grayscale: #8E8E8E. Windows color (decimal): -16658758 or 12242433. OLE color: 12242433.
HSL color Cylindrical-coordinate representation of color #01CEBA: hue angle of 174.15º 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 #01CEBA is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 186 | - |
| CMYK | 1.00 | 0 | 0.10 | 0.19 |
| HSL | 174.15º | 0.99% | 0.41% | - |
| HSV(B) | 174.15º | 1% | 0.81% | - |
| XYZ | 30.95 | 47.69 | 54.03 | - |
| YUV | 142.43 | 152.58 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 186 | 1.00 | 0 | 0.10 | 0.19 | 174.15 | 0.99 | 0.41 |
| Hex | 1 | CE | BA | 64 | 0 | A | 13 | AE | 63 | 29 |
| Octal | 1 | 316 | 272 | 144 | 0 | 12 | 23 | 256 | 143 | 51 |
| Binary | 1 | 11001110 | 10111010 | 1100100 | 0 | 1010 | 10011 | 10101110 | 1100011 | 101001 |
Color Harmonies of #01CEBA
Complementary color
Monochromatic Colors of #01CEBA
Black with #01CEBA
Text Example
Text Example
White with #01CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEBA; }
p { color: rgb(1,206,186); }
H1.HeaderClassName
{
color: #01CEBA;
}
.AnyTagClassName
{
color: #01CEBA;
}
</style>
background-color css
<style>
a { background-color: #01CEBA; }
a { background-color: rgb(1,206,186); }
div.DivClassName
{
background-color: #01CEBA;
}
.BgClassName
{
background-color: #01CEBA;
}
</style>
border-color css
<style>
span { border-color: #01CEBA; }
span { border-color: rgb(1,206,186); }
td.TdClassName
{
border-color: #01CEBA;
}
.TagClassName
{
border-color: #01CEBA;
}
</style>