Shades of Robin's Egg Blue #00CBB8
Tints of Robin's Egg Blue #00CBB8
RGB
CMYK
RGB Variations
Color information
#00CBB8 (or 0x00CBB8) is known color: Robin's Egg Blue. HEX triplet: 00, CB and B8. RGB value is (0,203,184). Sum of RGB (Red+Green+Blue) = 0+203+184=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBB8 is #FF3447. Grayscale: #8C8C8C. Windows color (decimal): -16725064 or 12110592. OLE color: 12110592.
HSL color Cylindrical-coordinate representation of color #00CBB8: hue angle of 174.38º 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 #00CBB8 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 184 | - |
| CMYK | 1 | 0 | 0.09 | 0.20 |
| HSL | 174.38º | 1% | 0.4% | - |
| HSV(B) | 174.38º | 1% | 0.8% | - |
| XYZ | 30.01 | 46.17 | 52.68 | - |
| YUV | 140.14 | 152.75 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 184 | 1 | 0 | 0.09 | 0.20 | 174.38 | 1 | 0.4 |
| Hex | 0 | CB | B8 | 64 | 0 | 9 | 14 | AE | 64 | 28 |
| Octal | 0 | 313 | 270 | 144 | 0 | 11 | 24 | 256 | 144 | 50 |
| Binary | 0 | 11001011 | 10111000 | 1100100 | 0 | 1001 | 10100 | 10101110 | 1100100 | 101000 |
Color Harmonies of #00CBB8
Complementary color
Monochromatic Colors of #00CBB8
Black with #00CBB8
Text Example
Text Example
White with #00CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBB8; }
p { color: rgb(0,203,184); }
H1.HeaderClassName
{
color: #00CBB8;
}
.AnyTagClassName
{
color: #00CBB8;
}
</style>
background-color css
<style>
a { background-color: #00CBB8; }
a { background-color: rgb(0,203,184); }
div.DivClassName
{
background-color: #00CBB8;
}
.BgClassName
{
background-color: #00CBB8;
}
</style>
border-color css
<style>
span { border-color: #00CBB8; }
span { border-color: rgb(0,203,184); }
td.TdClassName
{
border-color: #00CBB8;
}
.TagClassName
{
border-color: #00CBB8;
}
</style>