Shades of Vista Blue #7EE9A3
Tints of Vista Blue #7EE9A3
RGB
CMYK
RGB Variations
Color information
#7EE9A3 (or 0x7EE9A3) is known color: Vista Blue. HEX triplet: 7E, E9 and A3. RGB value is (126,233,163). Sum of RGB (Red+Green+Blue) = 126+233+163=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #7EE9A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EE9A3 is #81165C. Grayscale: #C1C1C1. Windows color (decimal): -8459869 or 10742142. OLE color: 10742142.
HSL color Cylindrical-coordinate representation of color #7EE9A3: hue angle of 140.75º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE9A3 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 233 | 163 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.09 |
| HSL | 140.75º | 0.71% | 0.7% | - |
| HSV(B) | 140.75º | 0.46% | 0.91% | - |
| XYZ | 44.35 | 65.36 | 44.93 | - |
| YUV | 193.03 | 111.05 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 233 | 163 | 0.46 | 0 | 0.30 | 0.09 | 140.75 | 0.71 | 0.7 |
| Hex | 7E | E9 | A3 | 2E | 0 | 1E | 9 | 8D | 47 | 46 |
| Octal | 176 | 351 | 243 | 56 | 0 | 36 | 11 | 215 | 107 | 106 |
| Binary | 1111110 | 11101001 | 10100011 | 101110 | 0 | 11110 | 1001 | 10001101 | 1000111 | 1000110 |
Color Harmonies of #7EE9A3
Complementary color
Monochromatic Colors of #7EE9A3
Black with #7EE9A3
Text Example
Text Example
White with #7EE9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE9A3; }
p { color: rgb(126,233,163); }
H1.HeaderClassName
{
color: #7EE9A3;
}
.AnyTagClassName
{
color: #7EE9A3;
}
</style>
background-color css
<style>
a { background-color: #7EE9A3; }
a { background-color: rgb(126,233,163); }
div.DivClassName
{
background-color: #7EE9A3;
}
.BgClassName
{
background-color: #7EE9A3;
}
</style>
border-color css
<style>
span { border-color: #7EE9A3; }
span { border-color: rgb(126,233,163); }
td.TdClassName
{
border-color: #7EE9A3;
}
.TagClassName
{
border-color: #7EE9A3;
}
</style>