Shades of Vista Blue #7EDBA2
Tints of Vista Blue #7EDBA2
RGB
CMYK
RGB Variations
Color information
#7EDBA2 (or 0x7EDBA2) is known color: Vista Blue. HEX triplet: 7E, DB and A2. RGB value is (126,219,162). Sum of RGB (Red+Green+Blue) = 126+219+162=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDBA2 is #81245D. Grayscale: #B8B8B8. Windows color (decimal): -8463454 or 10673022. OLE color: 10673022.
HSL color Cylindrical-coordinate representation of color #7EDBA2: hue angle of 143.23º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBA2 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 162 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.14 |
| HSL | 143.23º | 0.56% | 0.68% | - |
| HSV(B) | 143.23º | 0.42% | 0.86% | - |
| XYZ | 40.46 | 57.71 | 43.19 | - |
| YUV | 184.7 | 115.19 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 162 | 0.42 | 0 | 0.26 | 0.14 | 143.23 | 0.56 | 0.68 |
| Hex | 7E | DB | A2 | 2A | 0 | 1A | E | 8F | 38 | 44 |
| Octal | 176 | 333 | 242 | 52 | 0 | 32 | 16 | 217 | 70 | 104 |
| Binary | 1111110 | 11011011 | 10100010 | 101010 | 0 | 11010 | 1110 | 10001111 | 111000 | 1000100 |
Color Harmonies of #7EDBA2
Complementary color
Monochromatic Colors of #7EDBA2
Black with #7EDBA2
Text Example
Text Example
White with #7EDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDBA2; }
p { color: rgb(126,219,162); }
H1.HeaderClassName
{
color: #7EDBA2;
}
.AnyTagClassName
{
color: #7EDBA2;
}
</style>
background-color css
<style>
a { background-color: #7EDBA2; }
a { background-color: rgb(126,219,162); }
div.DivClassName
{
background-color: #7EDBA2;
}
.BgClassName
{
background-color: #7EDBA2;
}
</style>
border-color css
<style>
span { border-color: #7EDBA2; }
span { border-color: rgb(126,219,162); }
td.TdClassName
{
border-color: #7EDBA2;
}
.TagClassName
{
border-color: #7EDBA2;
}
</style>