Shades of Vista Blue #7FF8AF
Tints of Vista Blue #7FF8AF
RGB
CMYK
RGB Variations
Color information
#7FF8AF (or 0x7FF8AF) is known color: Vista Blue. HEX triplet: 7F, F8 and AF. RGB value is (127,248,175). Sum of RGB (Red+Green+Blue) = 127+248+175=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #7FF8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF8AF is #800750. Grayscale: #CBCBCB. Windows color (decimal): -8390481 or 11532415. OLE color: 11532415.
HSL color Cylindrical-coordinate representation of color #7FF8AF: hue angle of 143.8º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FF8AF is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 248 | 175 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.03 |
| HSL | 143.8º | 0.9% | 0.74% | - |
| HSV(B) | 143.8º | 0.49% | 0.97% | - |
| XYZ | 50.06 | 74.74 | 52.35 | - |
| YUV | 203.5 | 111.91 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 248 | 175 | 0.49 | 0 | 0.29 | 0.03 | 143.8 | 0.9 | 0.74 |
| Hex | 7F | F8 | AF | 31 | 0 | 1D | 3 | 90 | 5A | 4A |
| Octal | 177 | 370 | 257 | 61 | 0 | 35 | 3 | 220 | 132 | 112 |
| Binary | 1111111 | 11111000 | 10101111 | 110001 | 0 | 11101 | 11 | 10010000 | 1011010 | 1001010 |
Color Harmonies of #7FF8AF
Complementary color
Monochromatic Colors of #7FF8AF
Black with #7FF8AF
Text Example
Text Example
White with #7FF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF8AF; }
p { color: rgb(127,248,175); }
H1.HeaderClassName
{
color: #7FF8AF;
}
.AnyTagClassName
{
color: #7FF8AF;
}
</style>
background-color css
<style>
a { background-color: #7FF8AF; }
a { background-color: rgb(127,248,175); }
div.DivClassName
{
background-color: #7FF8AF;
}
.BgClassName
{
background-color: #7FF8AF;
}
</style>
border-color css
<style>
span { border-color: #7FF8AF; }
span { border-color: rgb(127,248,175); }
td.TdClassName
{
border-color: #7FF8AF;
}
.TagClassName
{
border-color: #7FF8AF;
}
</style>