Shades of Robin's Egg Blue #00CBBC
Tints of Robin's Egg Blue #00CBBC
RGB
CMYK
RGB Variations
Color information
#00CBBC (or 0x00CBBC) is known color: Robin's Egg Blue. HEX triplet: 00, CB and BC. RGB value is (0,203,188). Sum of RGB (Red+Green+Blue) = 0+203+188=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBBC is #FF3443. Grayscale: #8C8C8C. Windows color (decimal): -16725060 or 12372736. OLE color: 12372736.
HSL color Cylindrical-coordinate representation of color #00CBBC: hue angle of 175.57º 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 #00CBBC is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 188 | - |
| CMYK | 1 | 0 | 0.07 | 0.20 |
| HSL | 175.57º | 1% | 0.4% | - |
| HSV(B) | 175.57º | 1% | 0.8% | - |
| XYZ | 30.43 | 46.34 | 54.92 | - |
| YUV | 140.59 | 154.75 | 27.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 188 | 1 | 0 | 0.07 | 0.20 | 175.57 | 1 | 0.4 |
| Hex | 0 | CB | BC | 64 | 0 | 7 | 14 | B0 | 64 | 28 |
| Octal | 0 | 313 | 274 | 144 | 0 | 7 | 24 | 260 | 144 | 50 |
| Binary | 0 | 11001011 | 10111100 | 1100100 | 0 | 111 | 10100 | 10110000 | 1100100 | 101000 |
Color Harmonies of #00CBBC
Complementary color
Monochromatic Colors of #00CBBC
Black with #00CBBC
Text Example
Text Example
White with #00CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBBC; }
p { color: rgb(0,203,188); }
H1.HeaderClassName
{
color: #00CBBC;
}
.AnyTagClassName
{
color: #00CBBC;
}
</style>
background-color css
<style>
a { background-color: #00CBBC; }
a { background-color: rgb(0,203,188); }
div.DivClassName
{
background-color: #00CBBC;
}
.BgClassName
{
background-color: #00CBBC;
}
</style>
border-color css
<style>
span { border-color: #00CBBC; }
span { border-color: rgb(0,203,188); }
td.TdClassName
{
border-color: #00CBBC;
}
.TagClassName
{
border-color: #00CBBC;
}
</style>