Shades of Robin's Egg Blue #00CBBB
Tints of Robin's Egg Blue #00CBBB
RGB
CMYK
RGB Variations
Color information
#00CBBB (or 0x00CBBB) is known color: Robin's Egg Blue. HEX triplet: 00, CB and BB. RGB value is (0,203,187). Sum of RGB (Red+Green+Blue) = 0+203+187=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBBB is #FF3444. Grayscale: #8C8C8C. Windows color (decimal): -16725061 or 12307200. OLE color: 12307200.
HSL color Cylindrical-coordinate representation of color #00CBBB: hue angle of 175.27º 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 #00CBBB is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 187 | - |
| CMYK | 1 | 0 | 0.08 | 0.20 |
| HSL | 175.27º | 1% | 0.4% | - |
| HSV(B) | 175.27º | 1% | 0.8% | - |
| XYZ | 30.33 | 46.3 | 54.35 | - |
| YUV | 140.48 | 154.25 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 187 | 1 | 0 | 0.08 | 0.20 | 175.27 | 1 | 0.4 |
| Hex | 0 | CB | BB | 64 | 0 | 8 | 14 | AF | 64 | 28 |
| Octal | 0 | 313 | 273 | 144 | 0 | 10 | 24 | 257 | 144 | 50 |
| Binary | 0 | 11001011 | 10111011 | 1100100 | 0 | 1000 | 10100 | 10101111 | 1100100 | 101000 |
Color Harmonies of #00CBBB
Complementary color
Monochromatic Colors of #00CBBB
Black with #00CBBB
Text Example
Text Example
White with #00CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBBB; }
p { color: rgb(0,203,187); }
H1.HeaderClassName
{
color: #00CBBB;
}
.AnyTagClassName
{
color: #00CBBB;
}
</style>
background-color css
<style>
a { background-color: #00CBBB; }
a { background-color: rgb(0,203,187); }
div.DivClassName
{
background-color: #00CBBB;
}
.BgClassName
{
background-color: #00CBBB;
}
</style>
border-color css
<style>
span { border-color: #00CBBB; }
span { border-color: rgb(0,203,187); }
td.TdClassName
{
border-color: #00CBBB;
}
.TagClassName
{
border-color: #00CBBB;
}
</style>