Shades of Vista Blue #7DE1AB
Tints of Vista Blue #7DE1AB
RGB
CMYK
RGB Variations
Color information
#7DE1AB (or 0x7DE1AB) is known color: Vista Blue. HEX triplet: 7D, E1 and AB. RGB value is (125,225,171). Sum of RGB (Red+Green+Blue) = 125+225+171=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE1AB is #821E54. Grayscale: #BDBDBD. Windows color (decimal): -8527445 or 11264381. OLE color: 11264381.
HSL color Cylindrical-coordinate representation of color #7DE1AB: hue angle of 147.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE1AB is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 171 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.12 |
| HSL | 147.6º | 0.63% | 0.69% | - |
| HSV(B) | 147.6º | 0.44% | 0.88% | - |
| XYZ | 42.73 | 61.15 | 48.08 | - |
| YUV | 188.94 | 117.87 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 171 | 0.44 | 0 | 0.24 | 0.12 | 147.6 | 0.63 | 0.69 |
| Hex | 7D | E1 | AB | 2C | 0 | 18 | C | 94 | 3E | 45 |
| Octal | 175 | 341 | 253 | 54 | 0 | 30 | 14 | 224 | 76 | 105 |
| Binary | 1111101 | 11100001 | 10101011 | 101100 | 0 | 11000 | 1100 | 10010100 | 111110 | 1000101 |
Color Harmonies of #7DE1AB
Complementary color
Monochromatic Colors of #7DE1AB
Black with #7DE1AB
Text Example
Text Example
White with #7DE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE1AB; }
p { color: rgb(125,225,171); }
H1.HeaderClassName
{
color: #7DE1AB;
}
.AnyTagClassName
{
color: #7DE1AB;
}
</style>
background-color css
<style>
a { background-color: #7DE1AB; }
a { background-color: rgb(125,225,171); }
div.DivClassName
{
background-color: #7DE1AB;
}
.BgClassName
{
background-color: #7DE1AB;
}
</style>
border-color css
<style>
span { border-color: #7DE1AB; }
span { border-color: rgb(125,225,171); }
td.TdClassName
{
border-color: #7DE1AB;
}
.TagClassName
{
border-color: #7DE1AB;
}
</style>