Shades of Robin's Egg Blue #07CBB6
Tints of Robin's Egg Blue #07CBB6
RGB
CMYK
RGB Variations
Color information
#07CBB6 (or 0x07CBB6) is known color: Robin's Egg Blue. HEX triplet: 07, CB and B6. RGB value is (7,203,182). Sum of RGB (Red+Green+Blue) = 7+203+182=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #07CBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBB6 is #F83449. Grayscale: #8D8D8D. Windows color (decimal): -16266314 or 11979527. OLE color: 11979527.
HSL color Cylindrical-coordinate representation of color #07CBB6: hue angle of 173.57º 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 #07CBB6 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 182 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.20 |
| HSL | 173.57º | 0.93% | 0.41% | - |
| HSV(B) | 173.57º | 0.97% | 0.8% | - |
| XYZ | 29.89 | 46.13 | 51.59 | - |
| YUV | 142 | 150.57 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 182 | 0.97 | 0 | 0.10 | 0.20 | 173.57 | 0.93 | 0.41 |
| Hex | 7 | CB | B6 | 61 | 0 | A | 14 | AE | 5D | 29 |
| Octal | 7 | 313 | 266 | 141 | 0 | 12 | 24 | 256 | 135 | 51 |
| Binary | 111 | 11001011 | 10110110 | 1100001 | 0 | 1010 | 10100 | 10101110 | 1011101 | 101001 |
Color Harmonies of #07CBB6
Complementary color
Monochromatic Colors of #07CBB6
Black with #07CBB6
Text Example
Text Example
White with #07CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBB6; }
p { color: rgb(7,203,182); }
H1.HeaderClassName
{
color: #07CBB6;
}
.AnyTagClassName
{
color: #07CBB6;
}
</style>
background-color css
<style>
a { background-color: #07CBB6; }
a { background-color: rgb(7,203,182); }
div.DivClassName
{
background-color: #07CBB6;
}
.BgClassName
{
background-color: #07CBB6;
}
</style>
border-color css
<style>
span { border-color: #07CBB6; }
span { border-color: rgb(7,203,182); }
td.TdClassName
{
border-color: #07CBB6;
}
.TagClassName
{
border-color: #07CBB6;
}
</style>