Shades of Vista Blue #7EDFAE
Tints of Vista Blue #7EDFAE
RGB
CMYK
RGB Variations
Color information
#7EDFAE (or 0x7EDFAE) is known color: Vista Blue. HEX triplet: 7E, DF and AE. RGB value is (126,223,174). Sum of RGB (Red+Green+Blue) = 126+223+174=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFAE is #812051. Grayscale: #BCBCBC. Windows color (decimal): -8462418 or 11460478. OLE color: 11460478.
HSL color Cylindrical-coordinate representation of color #7EDFAE: hue angle of 149.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFAE is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 174 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.13 |
| HSL | 149.69º | 0.6% | 0.68% | - |
| HSV(B) | 149.69º | 0.43% | 0.87% | - |
| XYZ | 42.63 | 60.27 | 49.43 | - |
| YUV | 188.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 174 | 0.43 | 0 | 0.22 | 0.13 | 149.69 | 0.6 | 0.68 |
| Hex | 7E | DF | AE | 2B | 0 | 16 | D | 96 | 3C | 44 |
| Octal | 176 | 337 | 256 | 53 | 0 | 26 | 15 | 226 | 74 | 104 |
| Binary | 1111110 | 11011111 | 10101110 | 101011 | 0 | 10110 | 1101 | 10010110 | 111100 | 1000100 |
Color Harmonies of #7EDFAE
Complementary color
Monochromatic Colors of #7EDFAE
Black with #7EDFAE
Text Example
Text Example
White with #7EDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFAE; }
p { color: rgb(126,223,174); }
H1.HeaderClassName
{
color: #7EDFAE;
}
.AnyTagClassName
{
color: #7EDFAE;
}
</style>
background-color css
<style>
a { background-color: #7EDFAE; }
a { background-color: rgb(126,223,174); }
div.DivClassName
{
background-color: #7EDFAE;
}
.BgClassName
{
background-color: #7EDFAE;
}
</style>
border-color css
<style>
span { border-color: #7EDFAE; }
span { border-color: rgb(126,223,174); }
td.TdClassName
{
border-color: #7EDFAE;
}
.TagClassName
{
border-color: #7EDFAE;
}
</style>