Shades of Robin's Egg Blue #07CBB3
Tints of Robin's Egg Blue #07CBB3
RGB
CMYK
RGB Variations
Color information
#07CBB3 (or 0x07CBB3) is known color: Robin's Egg Blue. HEX triplet: 07, CB and B3. RGB value is (7,203,179). Sum of RGB (Red+Green+Blue) = 7+203+179=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #07CBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBB3 is #F8344C. Grayscale: #8D8D8D. Windows color (decimal): -16266317 or 11782919. OLE color: 11782919.
HSL color Cylindrical-coordinate representation of color #07CBB3: hue angle of 172.65º 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 #07CBB3 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 179 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.20 |
| HSL | 172.65º | 0.93% | 0.41% | - |
| HSV(B) | 172.65º | 0.97% | 0.8% | - |
| XYZ | 29.58 | 46.01 | 49.97 | - |
| YUV | 141.66 | 149.07 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 179 | 0.97 | 0 | 0.12 | 0.20 | 172.65 | 0.93 | 0.41 |
| Hex | 7 | CB | B3 | 61 | 0 | C | 14 | AD | 5D | 29 |
| Octal | 7 | 313 | 263 | 141 | 0 | 14 | 24 | 255 | 135 | 51 |
| Binary | 111 | 11001011 | 10110011 | 1100001 | 0 | 1100 | 10100 | 10101101 | 1011101 | 101001 |
Color Harmonies of #07CBB3
Complementary color
Monochromatic Colors of #07CBB3
Black with #07CBB3
Text Example
Text Example
White with #07CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBB3; }
p { color: rgb(7,203,179); }
H1.HeaderClassName
{
color: #07CBB3;
}
.AnyTagClassName
{
color: #07CBB3;
}
</style>
background-color css
<style>
a { background-color: #07CBB3; }
a { background-color: rgb(7,203,179); }
div.DivClassName
{
background-color: #07CBB3;
}
.BgClassName
{
background-color: #07CBB3;
}
</style>
border-color css
<style>
span { border-color: #07CBB3; }
span { border-color: rgb(7,203,179); }
td.TdClassName
{
border-color: #07CBB3;
}
.TagClassName
{
border-color: #07CBB3;
}
</style>