Shades of Vista Blue #7DD9AD
Tints of Vista Blue #7DD9AD
RGB
CMYK
RGB Variations
Color information
#7DD9AD (or 0x7DD9AD) is known color: Vista Blue. HEX triplet: 7D, D9 and AD. RGB value is (125,217,173). Sum of RGB (Red+Green+Blue) = 125+217+173=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD9AD is #822652. Grayscale: #B8B8B8. Windows color (decimal): -8529491 or 11393405. OLE color: 11393405.
HSL color Cylindrical-coordinate representation of color #7DD9AD: hue angle of 151.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD9AD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 173 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.15 |
| HSL | 151.3º | 0.55% | 0.67% | - |
| HSV(B) | 151.3º | 0.42% | 0.85% | - |
| XYZ | 40.81 | 57 | 48.39 | - |
| YUV | 184.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 173 | 0.42 | 0 | 0.20 | 0.15 | 151.3 | 0.55 | 0.67 |
| Hex | 7D | D9 | AD | 2A | 0 | 14 | F | 97 | 37 | 43 |
| Octal | 175 | 331 | 255 | 52 | 0 | 24 | 17 | 227 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10101101 | 101010 | 0 | 10100 | 1111 | 10010111 | 110111 | 1000011 |
Color Harmonies of #7DD9AD
Complementary color
Monochromatic Colors of #7DD9AD
Black with #7DD9AD
Text Example
Text Example
White with #7DD9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD9AD; }
p { color: rgb(125,217,173); }
H1.HeaderClassName
{
color: #7DD9AD;
}
.AnyTagClassName
{
color: #7DD9AD;
}
</style>
background-color css
<style>
a { background-color: #7DD9AD; }
a { background-color: rgb(125,217,173); }
div.DivClassName
{
background-color: #7DD9AD;
}
.BgClassName
{
background-color: #7DD9AD;
}
</style>
border-color css
<style>
span { border-color: #7DD9AD; }
span { border-color: rgb(125,217,173); }
td.TdClassName
{
border-color: #7DD9AD;
}
.TagClassName
{
border-color: #7DD9AD;
}
</style>