Shades of Vista Blue #7FE7AB
Tints of Vista Blue #7FE7AB
RGB
CMYK
RGB Variations
Color information
#7FE7AB (or 0x7FE7AB) is known color: Vista Blue. HEX triplet: 7F, E7 and AB. RGB value is (127,231,171). Sum of RGB (Red+Green+Blue) = 127+231+171=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE7AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE7AB is #801854. Grayscale: #C1C1C1. Windows color (decimal): -8394837 or 11265919. OLE color: 11265919.
HSL color Cylindrical-coordinate representation of color #7FE7AB: hue angle of 145.38º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE7AB is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 231 | 171 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.09 |
| HSL | 145.38º | 0.68% | 0.7% | - |
| HSV(B) | 145.38º | 0.45% | 0.91% | - |
| XYZ | 44.68 | 64.6 | 48.64 | - |
| YUV | 193.06 | 115.54 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 231 | 171 | 0.45 | 0 | 0.26 | 0.09 | 145.38 | 0.68 | 0.7 |
| Hex | 7F | E7 | AB | 2D | 0 | 1A | 9 | 91 | 44 | 46 |
| Octal | 177 | 347 | 253 | 55 | 0 | 32 | 11 | 221 | 104 | 106 |
| Binary | 1111111 | 11100111 | 10101011 | 101101 | 0 | 11010 | 1001 | 10010001 | 1000100 | 1000110 |
Color Harmonies of #7FE7AB
Complementary color
Monochromatic Colors of #7FE7AB
Black with #7FE7AB
Text Example
Text Example
White with #7FE7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE7AB; }
p { color: rgb(127,231,171); }
H1.HeaderClassName
{
color: #7FE7AB;
}
.AnyTagClassName
{
color: #7FE7AB;
}
</style>
background-color css
<style>
a { background-color: #7FE7AB; }
a { background-color: rgb(127,231,171); }
div.DivClassName
{
background-color: #7FE7AB;
}
.BgClassName
{
background-color: #7FE7AB;
}
</style>
border-color css
<style>
span { border-color: #7FE7AB; }
span { border-color: rgb(127,231,171); }
td.TdClassName
{
border-color: #7FE7AB;
}
.TagClassName
{
border-color: #7FE7AB;
}
</style>