Shades of Vista Blue #7DF8AD
Tints of Vista Blue #7DF8AD
RGB
CMYK
RGB Variations
Color information
#7DF8AD (or 0x7DF8AD) is known color: Vista Blue. HEX triplet: 7D, F8 and AD. RGB value is (125,248,173). Sum of RGB (Red+Green+Blue) = 125+248+173=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF8AD is #820752. Grayscale: #CACACA. Windows color (decimal): -8521555 or 11401341. OLE color: 11401341.
HSL color Cylindrical-coordinate representation of color #7DF8AD: hue angle of 143.41º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8AD is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 173 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.03 |
| HSL | 143.41º | 0.9% | 0.73% | - |
| HSV(B) | 143.41º | 0.5% | 0.97% | - |
| XYZ | 49.57 | 74.51 | 51.3 | - |
| YUV | 202.67 | 111.25 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 173 | 0.50 | 0 | 0.30 | 0.03 | 143.41 | 0.9 | 0.73 |
| Hex | 7D | F8 | AD | 32 | 0 | 1E | 3 | 8F | 5A | 49 |
| Octal | 175 | 370 | 255 | 62 | 0 | 36 | 3 | 217 | 132 | 111 |
| Binary | 1111101 | 11111000 | 10101101 | 110010 | 0 | 11110 | 11 | 10001111 | 1011010 | 1001001 |
Color Harmonies of #7DF8AD
Complementary color
Monochromatic Colors of #7DF8AD
Black with #7DF8AD
Text Example
Text Example
White with #7DF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF8AD; }
p { color: rgb(125,248,173); }
H1.HeaderClassName
{
color: #7DF8AD;
}
.AnyTagClassName
{
color: #7DF8AD;
}
</style>
background-color css
<style>
a { background-color: #7DF8AD; }
a { background-color: rgb(125,248,173); }
div.DivClassName
{
background-color: #7DF8AD;
}
.BgClassName
{
background-color: #7DF8AD;
}
</style>
border-color css
<style>
span { border-color: #7DF8AD; }
span { border-color: rgb(125,248,173); }
td.TdClassName
{
border-color: #7DF8AD;
}
.TagClassName
{
border-color: #7DF8AD;
}
</style>