Shades of Vista Blue #7BEEAB
Tints of Vista Blue #7BEEAB
RGB
CMYK
RGB Variations
Color information
#7BEEAB (or 0x7BEEAB) is known color: Vista Blue. HEX triplet: 7B, EE and AB. RGB value is (123,238,171). Sum of RGB (Red+Green+Blue) = 123+238+171=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEAB is #841154. Grayscale: #C4C4C4. Windows color (decimal): -8655189 or 11267707. OLE color: 11267707.
HSL color Cylindrical-coordinate representation of color #7BEEAB: hue angle of 145.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEAB is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 238 | 171 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.07 |
| HSL | 145.04º | 0.77% | 0.71% | - |
| HSV(B) | 145.04º | 0.48% | 0.93% | - |
| XYZ | 46.09 | 68.3 | 49.28 | - |
| YUV | 195.98 | 113.9 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 238 | 171 | 0.48 | 0 | 0.28 | 0.07 | 145.04 | 0.77 | 0.71 |
| Hex | 7B | EE | AB | 30 | 0 | 1C | 7 | 91 | 4D | 47 |
| Octal | 173 | 356 | 253 | 60 | 0 | 34 | 7 | 221 | 115 | 107 |
| Binary | 1111011 | 11101110 | 10101011 | 110000 | 0 | 11100 | 111 | 10010001 | 1001101 | 1000111 |
Color Harmonies of #7BEEAB
Complementary color
Monochromatic Colors of #7BEEAB
Black with #7BEEAB
Text Example
Text Example
White with #7BEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEEAB; }
p { color: rgb(123,238,171); }
H1.HeaderClassName
{
color: #7BEEAB;
}
.AnyTagClassName
{
color: #7BEEAB;
}
</style>
background-color css
<style>
a { background-color: #7BEEAB; }
a { background-color: rgb(123,238,171); }
div.DivClassName
{
background-color: #7BEEAB;
}
.BgClassName
{
background-color: #7BEEAB;
}
</style>
border-color css
<style>
span { border-color: #7BEEAB; }
span { border-color: rgb(123,238,171); }
td.TdClassName
{
border-color: #7BEEAB;
}
.TagClassName
{
border-color: #7BEEAB;
}
</style>