Shades of Vista Blue #7FE3AF
Tints of Vista Blue #7FE3AF
RGB
CMYK
RGB Variations
Color information
#7FE3AF (or 0x7FE3AF) is known color: Vista Blue. HEX triplet: 7F, E3 and AF. RGB value is (127,227,175). Sum of RGB (Red+Green+Blue) = 127+227+175=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE3AF is #801C50. Grayscale: #BFBFBF. Windows color (decimal): -8395857 or 11527039. OLE color: 11527039.
HSL color Cylindrical-coordinate representation of color #7FE3AF: hue angle of 148.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE3AF is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 175 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.11 |
| HSL | 148.8º | 0.64% | 0.69% | - |
| HSV(B) | 148.8º | 0.44% | 0.89% | - |
| XYZ | 43.96 | 62.55 | 50.31 | - |
| YUV | 191.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 175 | 0.44 | 0 | 0.23 | 0.11 | 148.8 | 0.64 | 0.69 |
| Hex | 7F | E3 | AF | 2C | 0 | 17 | B | 95 | 40 | 45 |
| Octal | 177 | 343 | 257 | 54 | 0 | 27 | 13 | 225 | 100 | 105 |
| Binary | 1111111 | 11100011 | 10101111 | 101100 | 0 | 10111 | 1011 | 10010101 | 1000000 | 1000101 |
Color Harmonies of #7FE3AF
Complementary color
Monochromatic Colors of #7FE3AF
Black with #7FE3AF
Text Example
Text Example
White with #7FE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3AF; }
p { color: rgb(127,227,175); }
H1.HeaderClassName
{
color: #7FE3AF;
}
.AnyTagClassName
{
color: #7FE3AF;
}
</style>
background-color css
<style>
a { background-color: #7FE3AF; }
a { background-color: rgb(127,227,175); }
div.DivClassName
{
background-color: #7FE3AF;
}
.BgClassName
{
background-color: #7FE3AF;
}
</style>
border-color css
<style>
span { border-color: #7FE3AF; }
span { border-color: rgb(127,227,175); }
td.TdClassName
{
border-color: #7FE3AF;
}
.TagClassName
{
border-color: #7FE3AF;
}
</style>