Shades of Vista Blue #7EDDB1
Tints of Vista Blue #7EDDB1
RGB
CMYK
RGB Variations
Color information
#7EDDB1 (or 0x7EDDB1) is known color: Vista Blue. HEX triplet: 7E, DD and B1. RGB value is (126,221,177). Sum of RGB (Red+Green+Blue) = 126+221+177=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDDB1 is #81224E. Grayscale: #BBBBBB. Windows color (decimal): -8462927 or 11656574. OLE color: 11656574.
HSL color Cylindrical-coordinate representation of color #7EDDB1: hue angle of 152.21º 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 #7EDDB1 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 177 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.13 |
| HSL | 152.21º | 0.58% | 0.68% | - |
| HSV(B) | 152.21º | 0.43% | 0.87% | - |
| XYZ | 42.4 | 59.32 | 50.81 | - |
| YUV | 187.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 177 | 0.43 | 0 | 0.20 | 0.13 | 152.21 | 0.58 | 0.68 |
| Hex | 7E | DD | B1 | 2B | 0 | 14 | D | 98 | 3A | 44 |
| Octal | 176 | 335 | 261 | 53 | 0 | 24 | 15 | 230 | 72 | 104 |
| Binary | 1111110 | 11011101 | 10110001 | 101011 | 0 | 10100 | 1101 | 10011000 | 111010 | 1000100 |
Color Harmonies of #7EDDB1
Complementary color
Monochromatic Colors of #7EDDB1
Black with #7EDDB1
Text Example
Text Example
White with #7EDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDB1; }
p { color: rgb(126,221,177); }
H1.HeaderClassName
{
color: #7EDDB1;
}
.AnyTagClassName
{
color: #7EDDB1;
}
</style>
background-color css
<style>
a { background-color: #7EDDB1; }
a { background-color: rgb(126,221,177); }
div.DivClassName
{
background-color: #7EDDB1;
}
.BgClassName
{
background-color: #7EDDB1;
}
</style>
border-color css
<style>
span { border-color: #7EDDB1; }
span { border-color: rgb(126,221,177); }
td.TdClassName
{
border-color: #7EDDB1;
}
.TagClassName
{
border-color: #7EDDB1;
}
</style>