Shades of Vista Blue #7FDA9E
Tints of Vista Blue #7FDA9E
RGB
CMYK
RGB Variations
Color information
#7FDA9E (or 0x7FDA9E) is known color: Vista Blue. HEX triplet: 7F, DA and 9E. RGB value is (127,218,158). Sum of RGB (Red+Green+Blue) = 127+218+158=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDA9E is #802561. Grayscale: #B8B8B8. Windows color (decimal): -8398178 or 10410623. OLE color: 10410623.
HSL color Cylindrical-coordinate representation of color #7FDA9E: hue angle of 140.44º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDA9E is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 158 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.15 |
| HSL | 140.44º | 0.55% | 0.68% | - |
| HSV(B) | 140.44º | 0.42% | 0.85% | - |
| XYZ | 40 | 57.12 | 41.27 | - |
| YUV | 183.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 158 | 0.42 | 0 | 0.28 | 0.15 | 140.44 | 0.55 | 0.68 |
| Hex | 7F | DA | 9E | 2A | 0 | 1C | F | 8C | 37 | 44 |
| Octal | 177 | 332 | 236 | 52 | 0 | 34 | 17 | 214 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10011110 | 101010 | 0 | 11100 | 1111 | 10001100 | 110111 | 1000100 |
Color Harmonies of #7FDA9E
Complementary color
Monochromatic Colors of #7FDA9E
Black with #7FDA9E
Text Example
Text Example
White with #7FDA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA9E; }
p { color: rgb(127,218,158); }
H1.HeaderClassName
{
color: #7FDA9E;
}
.AnyTagClassName
{
color: #7FDA9E;
}
</style>
background-color css
<style>
a { background-color: #7FDA9E; }
a { background-color: rgb(127,218,158); }
div.DivClassName
{
background-color: #7FDA9E;
}
.BgClassName
{
background-color: #7FDA9E;
}
</style>
border-color css
<style>
span { border-color: #7FDA9E; }
span { border-color: rgb(127,218,158); }
td.TdClassName
{
border-color: #7FDA9E;
}
.TagClassName
{
border-color: #7FDA9E;
}
</style>