Shades of Robin's Egg Blue #00CEBA
Tints of Robin's Egg Blue #00CEBA
RGB
CMYK
RGB Variations
Color information
#00CEBA (or 0x00CEBA) is known color: Robin's Egg Blue. HEX triplet: 00, CE and BA. RGB value is (0,206,186). Sum of RGB (Red+Green+Blue) = 0+206+186=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEBA is #FF3145. Grayscale: #8E8E8E. Windows color (decimal): -16724294 or 12242432. OLE color: 12242432.
HSL color Cylindrical-coordinate representation of color #00CEBA: hue angle of 174.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEBA is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 186 | - |
| CMYK | 1 | 0 | 0.10 | 0.19 |
| HSL | 174.17º | 1% | 0.4% | - |
| HSV(B) | 174.17º | 1% | 0.81% | - |
| XYZ | 30.93 | 47.69 | 54.03 | - |
| YUV | 142.13 | 152.75 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 186 | 1 | 0 | 0.10 | 0.19 | 174.17 | 1 | 0.4 |
| Hex | 0 | CE | BA | 64 | 0 | A | 13 | AE | 64 | 28 |
| Octal | 0 | 316 | 272 | 144 | 0 | 12 | 23 | 256 | 144 | 50 |
| Binary | 0 | 11001110 | 10111010 | 1100100 | 0 | 1010 | 10011 | 10101110 | 1100100 | 101000 |
Color Harmonies of #00CEBA
Complementary color
Monochromatic Colors of #00CEBA
Black with #00CEBA
Text Example
Text Example
White with #00CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEBA; }
p { color: rgb(0,206,186); }
H1.HeaderClassName
{
color: #00CEBA;
}
.AnyTagClassName
{
color: #00CEBA;
}
</style>
background-color css
<style>
a { background-color: #00CEBA; }
a { background-color: rgb(0,206,186); }
div.DivClassName
{
background-color: #00CEBA;
}
.BgClassName
{
background-color: #00CEBA;
}
</style>
border-color css
<style>
span { border-color: #00CEBA; }
span { border-color: rgb(0,206,186); }
td.TdClassName
{
border-color: #00CEBA;
}
.TagClassName
{
border-color: #00CEBA;
}
</style>