Shades of Vista Blue #7EDE9E
Tints of Vista Blue #7EDE9E
RGB
CMYK
RGB Variations
Color information
#7EDE9E (or 0x7EDE9E) is known color: Vista Blue. HEX triplet: 7E, DE and 9E. RGB value is (126,222,158). Sum of RGB (Red+Green+Blue) = 126+222+158=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDE9E is #812161. Grayscale: #BABABA. Windows color (decimal): -8462690 or 10411646. OLE color: 10411646.
HSL color Cylindrical-coordinate representation of color #7EDE9E: hue angle of 140º degrees, saturation: 0.59, 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 #7EDE9E is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 158 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.13 |
| HSL | 140º | 0.59% | 0.68% | - |
| HSV(B) | 140º | 0.43% | 0.87% | - |
| XYZ | 40.9 | 59.15 | 41.61 | - |
| YUV | 186 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 158 | 0.43 | 0 | 0.29 | 0.13 | 140 | 0.59 | 0.68 |
| Hex | 7E | DE | 9E | 2B | 0 | 1D | D | 8C | 3B | 44 |
| Octal | 176 | 336 | 236 | 53 | 0 | 35 | 15 | 214 | 73 | 104 |
| Binary | 1111110 | 11011110 | 10011110 | 101011 | 0 | 11101 | 1101 | 10001100 | 111011 | 1000100 |
Color Harmonies of #7EDE9E
Complementary color
Monochromatic Colors of #7EDE9E
Black with #7EDE9E
Text Example
Text Example
White with #7EDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE9E; }
p { color: rgb(126,222,158); }
H1.HeaderClassName
{
color: #7EDE9E;
}
.AnyTagClassName
{
color: #7EDE9E;
}
</style>
background-color css
<style>
a { background-color: #7EDE9E; }
a { background-color: rgb(126,222,158); }
div.DivClassName
{
background-color: #7EDE9E;
}
.BgClassName
{
background-color: #7EDE9E;
}
</style>
border-color css
<style>
span { border-color: #7EDE9E; }
span { border-color: rgb(126,222,158); }
td.TdClassName
{
border-color: #7EDE9E;
}
.TagClassName
{
border-color: #7EDE9E;
}
</style>