Shades of Vista Blue #7BEBA6
Tints of Vista Blue #7BEBA6
RGB
CMYK
RGB Variations
Color information
#7BEBA6 (or 0x7BEBA6) is known color: Vista Blue. HEX triplet: 7B, EB and A6. RGB value is (123,235,166). Sum of RGB (Red+Green+Blue) = 123+235+166=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEBA6 is #841459. Grayscale: #C1C1C1. Windows color (decimal): -8655962 or 10939259. OLE color: 10939259.
HSL color Cylindrical-coordinate representation of color #7BEBA6: hue angle of 143.04º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBA6 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 235 | 166 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.08 |
| HSL | 143.04º | 0.74% | 0.7% | - |
| HSV(B) | 143.04º | 0.48% | 0.92% | - |
| XYZ | 44.76 | 66.38 | 46.53 | - |
| YUV | 193.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 166 | 0.48 | 0 | 0.29 | 0.08 | 143.04 | 0.74 | 0.7 |
| Hex | 7B | EB | A6 | 30 | 0 | 1D | 8 | 8F | 4A | 46 |
| Octal | 173 | 353 | 246 | 60 | 0 | 35 | 10 | 217 | 112 | 106 |
| Binary | 1111011 | 11101011 | 10100110 | 110000 | 0 | 11101 | 1000 | 10001111 | 1001010 | 1000110 |
Color Harmonies of #7BEBA6
Complementary color
Monochromatic Colors of #7BEBA6
Black with #7BEBA6
Text Example
Text Example
White with #7BEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBA6; }
p { color: rgb(123,235,166); }
H1.HeaderClassName
{
color: #7BEBA6;
}
.AnyTagClassName
{
color: #7BEBA6;
}
</style>
background-color css
<style>
a { background-color: #7BEBA6; }
a { background-color: rgb(123,235,166); }
div.DivClassName
{
background-color: #7BEBA6;
}
.BgClassName
{
background-color: #7BEBA6;
}
</style>
border-color css
<style>
span { border-color: #7BEBA6; }
span { border-color: rgb(123,235,166); }
td.TdClassName
{
border-color: #7BEBA6;
}
.TagClassName
{
border-color: #7BEBA6;
}
</style>