Shades of Vista Blue #7ED7A3
Tints of Vista Blue #7ED7A3
RGB
CMYK
RGB Variations
Color information
#7ED7A3 (or 0x7ED7A3) is known color: Vista Blue. HEX triplet: 7E, D7 and A3. RGB value is (126,215,163). Sum of RGB (Red+Green+Blue) = 126+215+163=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED7A3 is #81285C. Grayscale: #B6B6B6. Windows color (decimal): -8464477 or 10737534. OLE color: 10737534.
HSL color Cylindrical-coordinate representation of color #7ED7A3: hue angle of 144.94º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED7A3 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 163 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.16 |
| HSL | 144.94º | 0.53% | 0.67% | - |
| HSV(B) | 144.94º | 0.41% | 0.84% | - |
| XYZ | 39.52 | 55.68 | 43.32 | - |
| YUV | 182.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 163 | 0.41 | 0 | 0.24 | 0.16 | 144.94 | 0.53 | 0.67 |
| Hex | 7E | D7 | A3 | 29 | 0 | 18 | 10 | 91 | 35 | 43 |
| Octal | 176 | 327 | 243 | 51 | 0 | 30 | 20 | 221 | 65 | 103 |
| Binary | 1111110 | 11010111 | 10100011 | 101001 | 0 | 11000 | 10000 | 10010001 | 110101 | 1000011 |
Color Harmonies of #7ED7A3
Complementary color
Monochromatic Colors of #7ED7A3
Black with #7ED7A3
Text Example
Text Example
White with #7ED7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED7A3; }
p { color: rgb(126,215,163); }
H1.HeaderClassName
{
color: #7ED7A3;
}
.AnyTagClassName
{
color: #7ED7A3;
}
</style>
background-color css
<style>
a { background-color: #7ED7A3; }
a { background-color: rgb(126,215,163); }
div.DivClassName
{
background-color: #7ED7A3;
}
.BgClassName
{
background-color: #7ED7A3;
}
</style>
border-color css
<style>
span { border-color: #7ED7A3; }
span { border-color: rgb(126,215,163); }
td.TdClassName
{
border-color: #7ED7A3;
}
.TagClassName
{
border-color: #7ED7A3;
}
</style>