Shades of Vista Blue #7FECAA
Tints of Vista Blue #7FECAA
RGB
CMYK
RGB Variations
Color information
#7FECAA (or 0x7FECAA) is known color: Vista Blue. HEX triplet: 7F, EC and AA. RGB value is (127,236,170). Sum of RGB (Red+Green+Blue) = 127+236+170=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FECAA is #801355. Grayscale: #C4C4C4. Windows color (decimal): -8393558 or 11201663. OLE color: 11201663.
HSL color Cylindrical-coordinate representation of color #7FECAA: hue angle of 143.67º degrees, saturation: 0.74, 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 #7FECAA is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 170 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.07 |
| HSL | 143.67º | 0.74% | 0.71% | - |
| HSV(B) | 143.67º | 0.46% | 0.93% | - |
| XYZ | 46 | 67.41 | 48.62 | - |
| YUV | 195.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 170 | 0.46 | 0 | 0.28 | 0.07 | 143.67 | 0.74 | 0.71 |
| Hex | 7F | EC | AA | 2E | 0 | 1C | 7 | 90 | 4A | 47 |
| Octal | 177 | 354 | 252 | 56 | 0 | 34 | 7 | 220 | 112 | 107 |
| Binary | 1111111 | 11101100 | 10101010 | 101110 | 0 | 11100 | 111 | 10010000 | 1001010 | 1000111 |
Color Harmonies of #7FECAA
Complementary color
Monochromatic Colors of #7FECAA
Black with #7FECAA
Text Example
Text Example
White with #7FECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECAA; }
p { color: rgb(127,236,170); }
H1.HeaderClassName
{
color: #7FECAA;
}
.AnyTagClassName
{
color: #7FECAA;
}
</style>
background-color css
<style>
a { background-color: #7FECAA; }
a { background-color: rgb(127,236,170); }
div.DivClassName
{
background-color: #7FECAA;
}
.BgClassName
{
background-color: #7FECAA;
}
</style>
border-color css
<style>
span { border-color: #7FECAA; }
span { border-color: rgb(127,236,170); }
td.TdClassName
{
border-color: #7FECAA;
}
.TagClassName
{
border-color: #7FECAA;
}
</style>