Shades of Vista Blue #7FE8AB
Tints of Vista Blue #7FE8AB
RGB
CMYK
RGB Variations
Color information
#7FE8AB (or 0x7FE8AB) is known color: Vista Blue. HEX triplet: 7F, E8 and AB. RGB value is (127,232,171). Sum of RGB (Red+Green+Blue) = 127+232+171=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE8AB is #801754. Grayscale: #C1C1C1. Windows color (decimal): -8394581 or 11266175. OLE color: 11266175.
HSL color Cylindrical-coordinate representation of color #7FE8AB: hue angle of 145.14º degrees, saturation: 0.7, 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 #7FE8AB is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 171 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.09 |
| HSL | 145.14º | 0.7% | 0.7% | - |
| HSV(B) | 145.14º | 0.45% | 0.91% | - |
| XYZ | 44.96 | 65.17 | 48.74 | - |
| YUV | 193.65 | 115.21 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 171 | 0.45 | 0 | 0.26 | 0.09 | 145.14 | 0.7 | 0.7 |
| Hex | 7F | E8 | AB | 2D | 0 | 1A | 9 | 91 | 46 | 46 |
| Octal | 177 | 350 | 253 | 55 | 0 | 32 | 11 | 221 | 106 | 106 |
| Binary | 1111111 | 11101000 | 10101011 | 101101 | 0 | 11010 | 1001 | 10010001 | 1000110 | 1000110 |
Color Harmonies of #7FE8AB
Complementary color
Monochromatic Colors of #7FE8AB
Black with #7FE8AB
Text Example
Text Example
White with #7FE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8AB; }
p { color: rgb(127,232,171); }
H1.HeaderClassName
{
color: #7FE8AB;
}
.AnyTagClassName
{
color: #7FE8AB;
}
</style>
background-color css
<style>
a { background-color: #7FE8AB; }
a { background-color: rgb(127,232,171); }
div.DivClassName
{
background-color: #7FE8AB;
}
.BgClassName
{
background-color: #7FE8AB;
}
</style>
border-color css
<style>
span { border-color: #7FE8AB; }
span { border-color: rgb(127,232,171); }
td.TdClassName
{
border-color: #7FE8AB;
}
.TagClassName
{
border-color: #7FE8AB;
}
</style>