Shades of Robin's Egg Blue #01CEBC
Tints of Robin's Egg Blue #01CEBC
RGB
CMYK
RGB Variations
Color information
#01CEBC (or 0x01CEBC) is known color: Robin's Egg Blue. HEX triplet: 01, CE and BC. RGB value is (1,206,188). Sum of RGB (Red+Green+Blue) = 1+206+188=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #01CEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CEBC is #FE3143. Grayscale: #8E8E8E. Windows color (decimal): -16658756 or 12373505. OLE color: 12373505.
HSL color Cylindrical-coordinate representation of color #01CEBC: hue angle of 174.73º 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 #01CEBC is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 206 | 188 | - |
| CMYK | 1.00 | 0 | 0.09 | 0.19 |
| HSL | 174.73º | 0.99% | 0.41% | - |
| HSV(B) | 174.73º | 1% | 0.81% | - |
| XYZ | 31.16 | 47.78 | 55.16 | - |
| YUV | 142.65 | 153.58 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 188 | 1.00 | 0 | 0.09 | 0.19 | 174.73 | 0.99 | 0.41 |
| Hex | 1 | CE | BC | 64 | 0 | 9 | 13 | AF | 63 | 29 |
| Octal | 1 | 316 | 274 | 144 | 0 | 11 | 23 | 257 | 143 | 51 |
| Binary | 1 | 11001110 | 10111100 | 1100100 | 0 | 1001 | 10011 | 10101111 | 1100011 | 101001 |
Color Harmonies of #01CEBC
Complementary color
Monochromatic Colors of #01CEBC
Black with #01CEBC
Text Example
Text Example
White with #01CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEBC; }
p { color: rgb(1,206,188); }
H1.HeaderClassName
{
color: #01CEBC;
}
.AnyTagClassName
{
color: #01CEBC;
}
</style>
background-color css
<style>
a { background-color: #01CEBC; }
a { background-color: rgb(1,206,188); }
div.DivClassName
{
background-color: #01CEBC;
}
.BgClassName
{
background-color: #01CEBC;
}
</style>
border-color css
<style>
span { border-color: #01CEBC; }
span { border-color: rgb(1,206,188); }
td.TdClassName
{
border-color: #01CEBC;
}
.TagClassName
{
border-color: #01CEBC;
}
</style>