Shades of Robin's Egg Blue #00CEBF
Tints of Robin's Egg Blue #00CEBF
RGB
CMYK
RGB Variations
Color information
#00CEBF (or 0x00CEBF) is known color: Robin's Egg Blue. HEX triplet: 00, CE and BF. RGB value is (0,206,191). Sum of RGB (Red+Green+Blue) = 0+206+191=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEBF is #FF3140. Grayscale: #8E8E8E. Windows color (decimal): -16724289 or 12570112. OLE color: 12570112.
HSL color Cylindrical-coordinate representation of color #00CEBF: hue angle of 175.63º 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 #00CEBF is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 191 | - |
| CMYK | 1 | 0 | 0.07 | 0.19 |
| HSL | 175.63º | 1% | 0.4% | - |
| HSV(B) | 175.63º | 1% | 0.81% | - |
| XYZ | 31.48 | 47.9 | 56.88 | - |
| YUV | 142.7 | 155.25 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 191 | 1 | 0 | 0.07 | 0.19 | 175.63 | 1 | 0.4 |
| Hex | 0 | CE | BF | 64 | 0 | 7 | 13 | B0 | 64 | 28 |
| Octal | 0 | 316 | 277 | 144 | 0 | 7 | 23 | 260 | 144 | 50 |
| Binary | 0 | 11001110 | 10111111 | 1100100 | 0 | 111 | 10011 | 10110000 | 1100100 | 101000 |
Color Harmonies of #00CEBF
Complementary color
Monochromatic Colors of #00CEBF
Black with #00CEBF
Text Example
Text Example
White with #00CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEBF; }
p { color: rgb(0,206,191); }
H1.HeaderClassName
{
color: #00CEBF;
}
.AnyTagClassName
{
color: #00CEBF;
}
</style>
background-color css
<style>
a { background-color: #00CEBF; }
a { background-color: rgb(0,206,191); }
div.DivClassName
{
background-color: #00CEBF;
}
.BgClassName
{
background-color: #00CEBF;
}
</style>
border-color css
<style>
span { border-color: #00CEBF; }
span { border-color: rgb(0,206,191); }
td.TdClassName
{
border-color: #00CEBF;
}
.TagClassName
{
border-color: #00CEBF;
}
</style>