Shades of Vista Blue #7EDDB2
Tints of Vista Blue #7EDDB2
RGB
CMYK
RGB Variations
Color information
#7EDDB2 (or 0x7EDDB2) is known color: Vista Blue. HEX triplet: 7E, DD and B2. RGB value is (126,221,178). Sum of RGB (Red+Green+Blue) = 126+221+178=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDDB2 is #81224D. Grayscale: #BBBBBB. Windows color (decimal): -8462926 or 11722110. OLE color: 11722110.
HSL color Cylindrical-coordinate representation of color #7EDDB2: hue angle of 152.84º degrees, saturation: 0.58, 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 #7EDDB2 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 178 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.13 |
| HSL | 152.84º | 0.58% | 0.68% | - |
| HSV(B) | 152.84º | 0.43% | 0.87% | - |
| XYZ | 42.5 | 59.36 | 51.34 | - |
| YUV | 187.69 | 122.53 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 178 | 0.43 | 0 | 0.19 | 0.13 | 152.84 | 0.58 | 0.68 |
| Hex | 7E | DD | B2 | 2B | 0 | 13 | D | 99 | 3A | 44 |
| Octal | 176 | 335 | 262 | 53 | 0 | 23 | 15 | 231 | 72 | 104 |
| Binary | 1111110 | 11011101 | 10110010 | 101011 | 0 | 10011 | 1101 | 10011001 | 111010 | 1000100 |
Color Harmonies of #7EDDB2
Complementary color
Monochromatic Colors of #7EDDB2
Black with #7EDDB2
Text Example
Text Example
White with #7EDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDB2; }
p { color: rgb(126,221,178); }
H1.HeaderClassName
{
color: #7EDDB2;
}
.AnyTagClassName
{
color: #7EDDB2;
}
</style>
background-color css
<style>
a { background-color: #7EDDB2; }
a { background-color: rgb(126,221,178); }
div.DivClassName
{
background-color: #7EDDB2;
}
.BgClassName
{
background-color: #7EDDB2;
}
</style>
border-color css
<style>
span { border-color: #7EDDB2; }
span { border-color: rgb(126,221,178); }
td.TdClassName
{
border-color: #7EDDB2;
}
.TagClassName
{
border-color: #7EDDB2;
}
</style>