Shades of Vista Blue #7EDBAC
Tints of Vista Blue #7EDBAC
RGB
CMYK
RGB Variations
Color information
#7EDBAC (or 0x7EDBAC) is known color: Vista Blue. HEX triplet: 7E, DB and AC. RGB value is (126,219,172). Sum of RGB (Red+Green+Blue) = 126+219+172=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDBAC is #812453. Grayscale: #B9B9B9. Windows color (decimal): -8463444 or 11328382. OLE color: 11328382.
HSL color Cylindrical-coordinate representation of color #7EDBAC: hue angle of 149.68º 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 #7EDBAC is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 172 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.14 |
| HSL | 149.68º | 0.56% | 0.68% | - |
| HSV(B) | 149.68º | 0.42% | 0.86% | - |
| XYZ | 41.38 | 58.08 | 48.06 | - |
| YUV | 185.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 172 | 0.42 | 0 | 0.21 | 0.14 | 149.68 | 0.56 | 0.68 |
| Hex | 7E | DB | AC | 2A | 0 | 15 | E | 96 | 38 | 44 |
| Octal | 176 | 333 | 254 | 52 | 0 | 25 | 16 | 226 | 70 | 104 |
| Binary | 1111110 | 11011011 | 10101100 | 101010 | 0 | 10101 | 1110 | 10010110 | 111000 | 1000100 |
Color Harmonies of #7EDBAC
Complementary color
Monochromatic Colors of #7EDBAC
Black with #7EDBAC
Text Example
Text Example
White with #7EDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDBAC; }
p { color: rgb(126,219,172); }
H1.HeaderClassName
{
color: #7EDBAC;
}
.AnyTagClassName
{
color: #7EDBAC;
}
</style>
background-color css
<style>
a { background-color: #7EDBAC; }
a { background-color: rgb(126,219,172); }
div.DivClassName
{
background-color: #7EDBAC;
}
.BgClassName
{
background-color: #7EDBAC;
}
</style>
border-color css
<style>
span { border-color: #7EDBAC; }
span { border-color: rgb(126,219,172); }
td.TdClassName
{
border-color: #7EDBAC;
}
.TagClassName
{
border-color: #7EDBAC;
}
</style>