Shades of Vista Blue #7DE9AF
Tints of Vista Blue #7DE9AF
RGB
CMYK
RGB Variations
Color information
#7DE9AF (or 0x7DE9AF) is known color: Vista Blue. HEX triplet: 7D, E9 and AF. RGB value is (125,233,175). Sum of RGB (Red+Green+Blue) = 125+233+175=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE9AF is #821650. Grayscale: #C2C2C2. Windows color (decimal): -8525393 or 11528573. OLE color: 11528573.
HSL color Cylindrical-coordinate representation of color #7DE9AF: hue angle of 147.78º 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 #7DE9AF is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 233 | 175 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.09 |
| HSL | 147.78º | 0.71% | 0.7% | - |
| HSV(B) | 147.78º | 0.46% | 0.91% | - |
| XYZ | 45.33 | 65.73 | 50.86 | - |
| YUV | 194.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 233 | 175 | 0.46 | 0 | 0.25 | 0.09 | 147.78 | 0.71 | 0.7 |
| Hex | 7D | E9 | AF | 2E | 0 | 19 | 9 | 94 | 47 | 46 |
| Octal | 175 | 351 | 257 | 56 | 0 | 31 | 11 | 224 | 107 | 106 |
| Binary | 1111101 | 11101001 | 10101111 | 101110 | 0 | 11001 | 1001 | 10010100 | 1000111 | 1000110 |
Color Harmonies of #7DE9AF
Complementary color
Monochromatic Colors of #7DE9AF
Black with #7DE9AF
Text Example
Text Example
White with #7DE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE9AF; }
p { color: rgb(125,233,175); }
H1.HeaderClassName
{
color: #7DE9AF;
}
.AnyTagClassName
{
color: #7DE9AF;
}
</style>
background-color css
<style>
a { background-color: #7DE9AF; }
a { background-color: rgb(125,233,175); }
div.DivClassName
{
background-color: #7DE9AF;
}
.BgClassName
{
background-color: #7DE9AF;
}
</style>
border-color css
<style>
span { border-color: #7DE9AF; }
span { border-color: rgb(125,233,175); }
td.TdClassName
{
border-color: #7DE9AF;
}
.TagClassName
{
border-color: #7DE9AF;
}
</style>