Shades of Vista Blue #7DD9A1
Tints of Vista Blue #7DD9A1
RGB
CMYK
RGB Variations
Color information
#7DD9A1 (or 0x7DD9A1) is known color: Vista Blue. HEX triplet: 7D, D9 and A1. RGB value is (125,217,161). Sum of RGB (Red+Green+Blue) = 125+217+161=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD9A1 is #82265E. Grayscale: #B7B7B7. Windows color (decimal): -8529503 or 10606973. OLE color: 10606973.
HSL color Cylindrical-coordinate representation of color #7DD9A1: hue angle of 143.48º 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 #7DD9A1 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 161 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.15 |
| HSL | 143.48º | 0.55% | 0.67% | - |
| HSV(B) | 143.48º | 0.42% | 0.85% | - |
| XYZ | 39.7 | 56.56 | 42.54 | - |
| YUV | 183.11 | 115.52 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 161 | 0.42 | 0 | 0.26 | 0.15 | 143.48 | 0.55 | 0.67 |
| Hex | 7D | D9 | A1 | 2A | 0 | 1A | F | 8F | 37 | 43 |
| Octal | 175 | 331 | 241 | 52 | 0 | 32 | 17 | 217 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10100001 | 101010 | 0 | 11010 | 1111 | 10001111 | 110111 | 1000011 |
Color Harmonies of #7DD9A1
Complementary color
Monochromatic Colors of #7DD9A1
Black with #7DD9A1
Text Example
Text Example
White with #7DD9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD9A1; }
p { color: rgb(125,217,161); }
H1.HeaderClassName
{
color: #7DD9A1;
}
.AnyTagClassName
{
color: #7DD9A1;
}
</style>
background-color css
<style>
a { background-color: #7DD9A1; }
a { background-color: rgb(125,217,161); }
div.DivClassName
{
background-color: #7DD9A1;
}
.BgClassName
{
background-color: #7DD9A1;
}
</style>
border-color css
<style>
span { border-color: #7DD9A1; }
span { border-color: rgb(125,217,161); }
td.TdClassName
{
border-color: #7DD9A1;
}
.TagClassName
{
border-color: #7DD9A1;
}
</style>