Shades of Vista Blue #7FD9A0
Tints of Vista Blue #7FD9A0
RGB
CMYK
RGB Variations
Color information
#7FD9A0 (or 0x7FD9A0) is known color: Vista Blue. HEX triplet: 7F, D9 and A0. RGB value is (127,217,160). Sum of RGB (Red+Green+Blue) = 127+217+160=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD9A0 is #80265F. Grayscale: #B7B7B7. Windows color (decimal): -8398432 or 10541439. OLE color: 10541439.
HSL color Cylindrical-coordinate representation of color #7FD9A0: hue angle of 142º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD9A0 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 217 | 160 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.15 |
| HSL | 142º | 0.54% | 0.67% | - |
| HSV(B) | 142º | 0.41% | 0.85% | - |
| XYZ | 39.91 | 56.68 | 42.09 | - |
| YUV | 183.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 217 | 160 | 0.41 | 0 | 0.26 | 0.15 | 142 | 0.54 | 0.67 |
| Hex | 7F | D9 | A0 | 29 | 0 | 1A | F | 8E | 36 | 43 |
| Octal | 177 | 331 | 240 | 51 | 0 | 32 | 17 | 216 | 66 | 103 |
| Binary | 1111111 | 11011001 | 10100000 | 101001 | 0 | 11010 | 1111 | 10001110 | 110110 | 1000011 |
Color Harmonies of #7FD9A0
Complementary color
Monochromatic Colors of #7FD9A0
Black with #7FD9A0
Text Example
Text Example
White with #7FD9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD9A0; }
p { color: rgb(127,217,160); }
H1.HeaderClassName
{
color: #7FD9A0;
}
.AnyTagClassName
{
color: #7FD9A0;
}
</style>
background-color css
<style>
a { background-color: #7FD9A0; }
a { background-color: rgb(127,217,160); }
div.DivClassName
{
background-color: #7FD9A0;
}
.BgClassName
{
background-color: #7FD9A0;
}
</style>
border-color css
<style>
span { border-color: #7FD9A0; }
span { border-color: rgb(127,217,160); }
td.TdClassName
{
border-color: #7FD9A0;
}
.TagClassName
{
border-color: #7FD9A0;
}
</style>