Shades of Vista Blue #7DE5AB
Tints of Vista Blue #7DE5AB
RGB
CMYK
RGB Variations
Color information
#7DE5AB (or 0x7DE5AB) is known color: Vista Blue. HEX triplet: 7D, E5 and AB. RGB value is (125,229,171). Sum of RGB (Red+Green+Blue) = 125+229+171=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE5AB is #821A54. Grayscale: #BFBFBF. Windows color (decimal): -8526421 or 11265405. OLE color: 11265405.
HSL color Cylindrical-coordinate representation of color #7DE5AB: hue angle of 146.54º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5AB is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 229 | 171 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.10 |
| HSL | 146.54º | 0.67% | 0.69% | - |
| HSV(B) | 146.54º | 0.45% | 0.9% | - |
| XYZ | 43.83 | 63.34 | 48.44 | - |
| YUV | 191.29 | 116.54 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 171 | 0.45 | 0 | 0.25 | 0.10 | 146.54 | 0.67 | 0.69 |
| Hex | 7D | E5 | AB | 2D | 0 | 19 | A | 93 | 43 | 45 |
| Octal | 175 | 345 | 253 | 55 | 0 | 31 | 12 | 223 | 103 | 105 |
| Binary | 1111101 | 11100101 | 10101011 | 101101 | 0 | 11001 | 1010 | 10010011 | 1000011 | 1000101 |
Color Harmonies of #7DE5AB
Complementary color
Monochromatic Colors of #7DE5AB
Black with #7DE5AB
Text Example
Text Example
White with #7DE5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE5AB; }
p { color: rgb(125,229,171); }
H1.HeaderClassName
{
color: #7DE5AB;
}
.AnyTagClassName
{
color: #7DE5AB;
}
</style>
background-color css
<style>
a { background-color: #7DE5AB; }
a { background-color: rgb(125,229,171); }
div.DivClassName
{
background-color: #7DE5AB;
}
.BgClassName
{
background-color: #7DE5AB;
}
</style>
border-color css
<style>
span { border-color: #7DE5AB; }
span { border-color: rgb(125,229,171); }
td.TdClassName
{
border-color: #7DE5AB;
}
.TagClassName
{
border-color: #7DE5AB;
}
</style>