Shades of Robin's Egg Blue #00CBBD
Tints of Robin's Egg Blue #00CBBD
RGB
CMYK
RGB Variations
Color information
#00CBBD (or 0x00CBBD) is known color: Robin's Egg Blue. HEX triplet: 00, CB and BD. RGB value is (0,203,189). Sum of RGB (Red+Green+Blue) = 0+203+189=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CBBD is #FF3442. Grayscale: #8C8C8C. Windows color (decimal): -16725059 or 12438272. OLE color: 12438272.
HSL color Cylindrical-coordinate representation of color #00CBBD: hue angle of 175.86º 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 #00CBBD is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 189 | - |
| CMYK | 1 | 0 | 0.07 | 0.20 |
| HSL | 175.86º | 1% | 0.4% | - |
| HSV(B) | 175.86º | 1% | 0.8% | - |
| XYZ | 30.54 | 46.39 | 55.49 | - |
| YUV | 140.71 | 155.25 | 27.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 189 | 1 | 0 | 0.07 | 0.20 | 175.86 | 1 | 0.4 |
| Hex | 0 | CB | BD | 64 | 0 | 7 | 14 | B0 | 64 | 28 |
| Octal | 0 | 313 | 275 | 144 | 0 | 7 | 24 | 260 | 144 | 50 |
| Binary | 0 | 11001011 | 10111101 | 1100100 | 0 | 111 | 10100 | 10110000 | 1100100 | 101000 |
Color Harmonies of #00CBBD
Complementary color
Monochromatic Colors of #00CBBD
Black with #00CBBD
Text Example
Text Example
White with #00CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBBD; }
p { color: rgb(0,203,189); }
H1.HeaderClassName
{
color: #00CBBD;
}
.AnyTagClassName
{
color: #00CBBD;
}
</style>
background-color css
<style>
a { background-color: #00CBBD; }
a { background-color: rgb(0,203,189); }
div.DivClassName
{
background-color: #00CBBD;
}
.BgClassName
{
background-color: #00CBBD;
}
</style>
border-color css
<style>
span { border-color: #00CBBD; }
span { border-color: rgb(0,203,189); }
td.TdClassName
{
border-color: #00CBBD;
}
.TagClassName
{
border-color: #00CBBD;
}
</style>