Shades of Vista Blue #7FEDA8
Tints of Vista Blue #7FEDA8
RGB
CMYK
RGB Variations
Color information
#7FEDA8 (or 0x7FEDA8) is known color: Vista Blue. HEX triplet: 7F, ED and A8. RGB value is (127,237,168). Sum of RGB (Red+Green+Blue) = 127+237+168=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEDA8 is #801257. Grayscale: #C4C4C4. Windows color (decimal): -8393304 or 11070847. OLE color: 11070847.
HSL color Cylindrical-coordinate representation of color #7FEDA8: hue angle of 142.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDA8 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 168 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.07 |
| HSL | 142.36º | 0.75% | 0.71% | - |
| HSV(B) | 142.36º | 0.46% | 0.93% | - |
| XYZ | 46.1 | 67.91 | 47.72 | - |
| YUV | 196.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 168 | 0.46 | 0 | 0.29 | 0.07 | 142.36 | 0.75 | 0.71 |
| Hex | 7F | ED | A8 | 2E | 0 | 1D | 7 | 8E | 4B | 47 |
| Octal | 177 | 355 | 250 | 56 | 0 | 35 | 7 | 216 | 113 | 107 |
| Binary | 1111111 | 11101101 | 10101000 | 101110 | 0 | 11101 | 111 | 10001110 | 1001011 | 1000111 |
Color Harmonies of #7FEDA8
Complementary color
Monochromatic Colors of #7FEDA8
Black with #7FEDA8
Text Example
Text Example
White with #7FEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEDA8; }
p { color: rgb(127,237,168); }
H1.HeaderClassName
{
color: #7FEDA8;
}
.AnyTagClassName
{
color: #7FEDA8;
}
</style>
background-color css
<style>
a { background-color: #7FEDA8; }
a { background-color: rgb(127,237,168); }
div.DivClassName
{
background-color: #7FEDA8;
}
.BgClassName
{
background-color: #7FEDA8;
}
</style>
border-color css
<style>
span { border-color: #7FEDA8; }
span { border-color: rgb(127,237,168); }
td.TdClassName
{
border-color: #7FEDA8;
}
.TagClassName
{
border-color: #7FEDA8;
}
</style>