Shades of Robin's Egg Blue #00CBBF
Tints of Robin's Egg Blue #00CBBF
RGB
CMYK
RGB Variations
Color information
#00CBBF (or 0x00CBBF) is known color: Robin's Egg Blue. HEX triplet: 00, CB and BF. RGB value is (0,203,191). Sum of RGB (Red+Green+Blue) = 0+203+191=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBBF is #FF3440. Grayscale: #8C8C8C. Windows color (decimal): -16725057 or 12569344. OLE color: 12569344.
HSL color Cylindrical-coordinate representation of color #00CBBF: hue angle of 176.45º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBBF is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 191 | - |
| CMYK | 1 | 0 | 0.06 | 0.20 |
| HSL | 176.45º | 1% | 0.4% | - |
| HSV(B) | 176.45º | 1% | 0.8% | - |
| XYZ | 30.76 | 46.47 | 56.64 | - |
| YUV | 140.94 | 156.25 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 191 | 1 | 0 | 0.06 | 0.20 | 176.45 | 1 | 0.4 |
| Hex | 0 | CB | BF | 64 | 0 | 6 | 14 | B0 | 64 | 28 |
| Octal | 0 | 313 | 277 | 144 | 0 | 6 | 24 | 260 | 144 | 50 |
| Binary | 0 | 11001011 | 10111111 | 1100100 | 0 | 110 | 10100 | 10110000 | 1100100 | 101000 |
Color Harmonies of #00CBBF
Complementary color
Monochromatic Colors of #00CBBF
Black with #00CBBF
Text Example
Text Example
White with #00CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBBF; }
p { color: rgb(0,203,191); }
H1.HeaderClassName
{
color: #00CBBF;
}
.AnyTagClassName
{
color: #00CBBF;
}
</style>
background-color css
<style>
a { background-color: #00CBBF; }
a { background-color: rgb(0,203,191); }
div.DivClassName
{
background-color: #00CBBF;
}
.BgClassName
{
background-color: #00CBBF;
}
</style>
border-color css
<style>
span { border-color: #00CBBF; }
span { border-color: rgb(0,203,191); }
td.TdClassName
{
border-color: #00CBBF;
}
.TagClassName
{
border-color: #00CBBF;
}
</style>