Shades of Vista Blue #7EECAA
Tints of Vista Blue #7EECAA
RGB
CMYK
RGB Variations
Color information
#7EECAA (or 0x7EECAA) is known color: Vista Blue. HEX triplet: 7E, EC and AA. RGB value is (126,236,170). Sum of RGB (Red+Green+Blue) = 126+236+170=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EECAA is #811355. Grayscale: #C3C3C3. Windows color (decimal): -8459094 or 11201662. OLE color: 11201662.
HSL color Cylindrical-coordinate representation of color #7EECAA: hue angle of 144º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECAA is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 170 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.07 |
| HSL | 144º | 0.74% | 0.71% | - |
| HSV(B) | 144º | 0.47% | 0.93% | - |
| XYZ | 45.86 | 67.33 | 48.61 | - |
| YUV | 195.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 170 | 0.47 | 0 | 0.28 | 0.07 | 144 | 0.74 | 0.71 |
| Hex | 7E | EC | AA | 2F | 0 | 1C | 7 | 90 | 4A | 47 |
| Octal | 176 | 354 | 252 | 57 | 0 | 34 | 7 | 220 | 112 | 107 |
| Binary | 1111110 | 11101100 | 10101010 | 101111 | 0 | 11100 | 111 | 10010000 | 1001010 | 1000111 |
Color Harmonies of #7EECAA
Complementary color
Monochromatic Colors of #7EECAA
Black with #7EECAA
Text Example
Text Example
White with #7EECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECAA; }
p { color: rgb(126,236,170); }
H1.HeaderClassName
{
color: #7EECAA;
}
.AnyTagClassName
{
color: #7EECAA;
}
</style>
background-color css
<style>
a { background-color: #7EECAA; }
a { background-color: rgb(126,236,170); }
div.DivClassName
{
background-color: #7EECAA;
}
.BgClassName
{
background-color: #7EECAA;
}
</style>
border-color css
<style>
span { border-color: #7EECAA; }
span { border-color: rgb(126,236,170); }
td.TdClassName
{
border-color: #7EECAA;
}
.TagClassName
{
border-color: #7EECAA;
}
</style>