Shades of Robin's Egg Blue #07CBBD
Tints of Robin's Egg Blue #07CBBD
RGB
CMYK
RGB Variations
Color information
#07CBBD (or 0x07CBBD) is known color: Robin's Egg Blue. HEX triplet: 07, CB and BD. RGB value is (7,203,189). Sum of RGB (Red+Green+Blue) = 7+203+189=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #07CBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBBD is #F83442. Grayscale: #8E8E8E. Windows color (decimal): -16266307 or 12438279. OLE color: 12438279.
HSL color Cylindrical-coordinate representation of color #07CBBD: hue angle of 175.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBBD is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 189 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.20 |
| HSL | 175.71º | 0.93% | 0.41% | - |
| HSV(B) | 175.71º | 0.97% | 0.8% | - |
| XYZ | 30.63 | 46.43 | 55.49 | - |
| YUV | 142.8 | 154.07 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 189 | 0.97 | 0 | 0.07 | 0.20 | 175.71 | 0.93 | 0.41 |
| Hex | 7 | CB | BD | 61 | 0 | 7 | 14 | B0 | 5D | 29 |
| Octal | 7 | 313 | 275 | 141 | 0 | 7 | 24 | 260 | 135 | 51 |
| Binary | 111 | 11001011 | 10111101 | 1100001 | 0 | 111 | 10100 | 10110000 | 1011101 | 101001 |
Color Harmonies of #07CBBD
Complementary color
Monochromatic Colors of #07CBBD
Black with #07CBBD
Text Example
Text Example
White with #07CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBBD; }
p { color: rgb(7,203,189); }
H1.HeaderClassName
{
color: #07CBBD;
}
.AnyTagClassName
{
color: #07CBBD;
}
</style>
background-color css
<style>
a { background-color: #07CBBD; }
a { background-color: rgb(7,203,189); }
div.DivClassName
{
background-color: #07CBBD;
}
.BgClassName
{
background-color: #07CBBD;
}
</style>
border-color css
<style>
span { border-color: #07CBBD; }
span { border-color: rgb(7,203,189); }
td.TdClassName
{
border-color: #07CBBD;
}
.TagClassName
{
border-color: #07CBBD;
}
</style>