Shades of Vista Blue #7EDFAB
Tints of Vista Blue #7EDFAB
RGB
CMYK
RGB Variations
Color information
#7EDFAB (or 0x7EDFAB) is known color: Vista Blue. HEX triplet: 7E, DF and AB. RGB value is (126,223,171). Sum of RGB (Red+Green+Blue) = 126+223+171=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFAB is #812054. Grayscale: #BCBCBC. Windows color (decimal): -8462421 or 11263870. OLE color: 11263870.
HSL color Cylindrical-coordinate representation of color #7EDFAB: hue angle of 147.84º 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 #7EDFAB is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 171 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.13 |
| HSL | 147.84º | 0.6% | 0.68% | - |
| HSV(B) | 147.84º | 0.43% | 0.87% | - |
| XYZ | 42.34 | 60.15 | 47.91 | - |
| YUV | 188.07 | 118.36 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 171 | 0.43 | 0 | 0.23 | 0.13 | 147.84 | 0.6 | 0.68 |
| Hex | 7E | DF | AB | 2B | 0 | 17 | D | 94 | 3C | 44 |
| Octal | 176 | 337 | 253 | 53 | 0 | 27 | 15 | 224 | 74 | 104 |
| Binary | 1111110 | 11011111 | 10101011 | 101011 | 0 | 10111 | 1101 | 10010100 | 111100 | 1000100 |
Color Harmonies of #7EDFAB
Complementary color
Monochromatic Colors of #7EDFAB
Black with #7EDFAB
Text Example
Text Example
White with #7EDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFAB; }
p { color: rgb(126,223,171); }
H1.HeaderClassName
{
color: #7EDFAB;
}
.AnyTagClassName
{
color: #7EDFAB;
}
</style>
background-color css
<style>
a { background-color: #7EDFAB; }
a { background-color: rgb(126,223,171); }
div.DivClassName
{
background-color: #7EDFAB;
}
.BgClassName
{
background-color: #7EDFAB;
}
</style>
border-color css
<style>
span { border-color: #7EDFAB; }
span { border-color: rgb(126,223,171); }
td.TdClassName
{
border-color: #7EDFAB;
}
.TagClassName
{
border-color: #7EDFAB;
}
</style>