Shades of Vista Blue #7EEDA4
Tints of Vista Blue #7EEDA4
RGB
CMYK
RGB Variations
Color information
#7EEDA4 (or 0x7EEDA4) is known color: Vista Blue. HEX triplet: 7E, ED and A4. RGB value is (126,237,164). Sum of RGB (Red+Green+Blue) = 126+237+164=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEDA4 is #81125B. Grayscale: #C3C3C3. Windows color (decimal): -8458844 or 10808702. OLE color: 10808702.
HSL color Cylindrical-coordinate representation of color #7EEDA4: hue angle of 140.54º degrees, saturation: 0.76, 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 #7EEDA4 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 164 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.07 |
| HSL | 140.54º | 0.76% | 0.71% | - |
| HSV(B) | 140.54º | 0.47% | 0.93% | - |
| XYZ | 45.59 | 67.68 | 45.78 | - |
| YUV | 195.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 164 | 0.47 | 0 | 0.31 | 0.07 | 140.54 | 0.76 | 0.71 |
| Hex | 7E | ED | A4 | 2F | 0 | 1F | 7 | 8D | 4C | 47 |
| Octal | 176 | 355 | 244 | 57 | 0 | 37 | 7 | 215 | 114 | 107 |
| Binary | 1111110 | 11101101 | 10100100 | 101111 | 0 | 11111 | 111 | 10001101 | 1001100 | 1000111 |
Color Harmonies of #7EEDA4
Complementary color
Monochromatic Colors of #7EEDA4
Black with #7EEDA4
Text Example
Text Example
White with #7EEDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEDA4; }
p { color: rgb(126,237,164); }
H1.HeaderClassName
{
color: #7EEDA4;
}
.AnyTagClassName
{
color: #7EEDA4;
}
</style>
background-color css
<style>
a { background-color: #7EEDA4; }
a { background-color: rgb(126,237,164); }
div.DivClassName
{
background-color: #7EEDA4;
}
.BgClassName
{
background-color: #7EEDA4;
}
</style>
border-color css
<style>
span { border-color: #7EEDA4; }
span { border-color: rgb(126,237,164); }
td.TdClassName
{
border-color: #7EEDA4;
}
.TagClassName
{
border-color: #7EEDA4;
}
</style>