Shades of Vista Blue #7FECAF
Tints of Vista Blue #7FECAF
RGB
CMYK
RGB Variations
Color information
#7FECAF (or 0x7FECAF) is known color: Vista Blue. HEX triplet: 7F, EC and AF. RGB value is (127,236,175). Sum of RGB (Red+Green+Blue) = 127+236+175=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FECAF is #801350. Grayscale: #C4C4C4. Windows color (decimal): -8393553 or 11529343. OLE color: 11529343.
HSL color Cylindrical-coordinate representation of color #7FECAF: hue angle of 146.42º 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 #7FECAF is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 175 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.07 |
| HSL | 146.42º | 0.74% | 0.71% | - |
| HSV(B) | 146.42º | 0.46% | 0.93% | - |
| XYZ | 46.49 | 67.6 | 51.16 | - |
| YUV | 196.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 175 | 0.46 | 0 | 0.26 | 0.07 | 146.42 | 0.74 | 0.71 |
| Hex | 7F | EC | AF | 2E | 0 | 1A | 7 | 92 | 4A | 47 |
| Octal | 177 | 354 | 257 | 56 | 0 | 32 | 7 | 222 | 112 | 107 |
| Binary | 1111111 | 11101100 | 10101111 | 101110 | 0 | 11010 | 111 | 10010010 | 1001010 | 1000111 |
Color Harmonies of #7FECAF
Complementary color
Monochromatic Colors of #7FECAF
Black with #7FECAF
Text Example
Text Example
White with #7FECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECAF; }
p { color: rgb(127,236,175); }
H1.HeaderClassName
{
color: #7FECAF;
}
.AnyTagClassName
{
color: #7FECAF;
}
</style>
background-color css
<style>
a { background-color: #7FECAF; }
a { background-color: rgb(127,236,175); }
div.DivClassName
{
background-color: #7FECAF;
}
.BgClassName
{
background-color: #7FECAF;
}
</style>
border-color css
<style>
span { border-color: #7FECAF; }
span { border-color: rgb(127,236,175); }
td.TdClassName
{
border-color: #7FECAF;
}
.TagClassName
{
border-color: #7FECAF;
}
</style>