Shades of Vista Blue #7EEDAB
Tints of Vista Blue #7EEDAB
RGB
CMYK
RGB Variations
Color information
#7EEDAB (or 0x7EEDAB) is known color: Vista Blue. HEX triplet: 7E, ED and AB. RGB value is (126,237,171). Sum of RGB (Red+Green+Blue) = 126+237+171=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEDAB is #811254. Grayscale: #C4C4C4. Windows color (decimal): -8458837 or 11267454. OLE color: 11267454.
HSL color Cylindrical-coordinate representation of color #7EEDAB: hue angle of 144.32º 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 #7EEDAB is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 171 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.07 |
| HSL | 144.32º | 0.76% | 0.71% | - |
| HSV(B) | 144.32º | 0.47% | 0.93% | - |
| XYZ | 46.24 | 67.94 | 49.21 | - |
| YUV | 196.29 | 113.73 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 171 | 0.47 | 0 | 0.28 | 0.07 | 144.32 | 0.76 | 0.71 |
| Hex | 7E | ED | AB | 2F | 0 | 1C | 7 | 90 | 4C | 47 |
| Octal | 176 | 355 | 253 | 57 | 0 | 34 | 7 | 220 | 114 | 107 |
| Binary | 1111110 | 11101101 | 10101011 | 101111 | 0 | 11100 | 111 | 10010000 | 1001100 | 1000111 |
Color Harmonies of #7EEDAB
Complementary color
Monochromatic Colors of #7EEDAB
Black with #7EEDAB
Text Example
Text Example
White with #7EEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEDAB; }
p { color: rgb(126,237,171); }
H1.HeaderClassName
{
color: #7EEDAB;
}
.AnyTagClassName
{
color: #7EEDAB;
}
</style>
background-color css
<style>
a { background-color: #7EEDAB; }
a { background-color: rgb(126,237,171); }
div.DivClassName
{
background-color: #7EEDAB;
}
.BgClassName
{
background-color: #7EEDAB;
}
</style>
border-color css
<style>
span { border-color: #7EEDAB; }
span { border-color: rgb(126,237,171); }
td.TdClassName
{
border-color: #7EEDAB;
}
.TagClassName
{
border-color: #7EEDAB;
}
</style>