Shades of Vista Blue #7DE9AB
Tints of Vista Blue #7DE9AB
RGB
CMYK
RGB Variations
Color information
#7DE9AB (or 0x7DE9AB) is known color: Vista Blue. HEX triplet: 7D, E9 and AB. RGB value is (125,233,171). Sum of RGB (Red+Green+Blue) = 125+233+171=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE9AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE9AB is #821654. Grayscale: #C1C1C1. Windows color (decimal): -8525397 or 11266429. OLE color: 11266429.
HSL color Cylindrical-coordinate representation of color #7DE9AB: hue angle of 145.56º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE9AB is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 233 | 171 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.09 |
| HSL | 145.56º | 0.71% | 0.7% | - |
| HSV(B) | 145.56º | 0.46% | 0.91% | - |
| XYZ | 44.95 | 65.58 | 48.82 | - |
| YUV | 193.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 233 | 171 | 0.46 | 0 | 0.27 | 0.09 | 145.56 | 0.71 | 0.7 |
| Hex | 7D | E9 | AB | 2E | 0 | 1B | 9 | 92 | 47 | 46 |
| Octal | 175 | 351 | 253 | 56 | 0 | 33 | 11 | 222 | 107 | 106 |
| Binary | 1111101 | 11101001 | 10101011 | 101110 | 0 | 11011 | 1001 | 10010010 | 1000111 | 1000110 |
Color Harmonies of #7DE9AB
Complementary color
Monochromatic Colors of #7DE9AB
Black with #7DE9AB
Text Example
Text Example
White with #7DE9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE9AB; }
p { color: rgb(125,233,171); }
H1.HeaderClassName
{
color: #7DE9AB;
}
.AnyTagClassName
{
color: #7DE9AB;
}
</style>
background-color css
<style>
a { background-color: #7DE9AB; }
a { background-color: rgb(125,233,171); }
div.DivClassName
{
background-color: #7DE9AB;
}
.BgClassName
{
background-color: #7DE9AB;
}
</style>
border-color css
<style>
span { border-color: #7DE9AB; }
span { border-color: rgb(125,233,171); }
td.TdClassName
{
border-color: #7DE9AB;
}
.TagClassName
{
border-color: #7DE9AB;
}
</style>