Shades of Vista Blue #7DE1A9
Tints of Vista Blue #7DE1A9
RGB
CMYK
RGB Variations
Color information
#7DE1A9 (or 0x7DE1A9) is known color: Vista Blue. HEX triplet: 7D, E1 and A9. RGB value is (125,225,169). Sum of RGB (Red+Green+Blue) = 125+225+169=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE1A9 is #821E56. Grayscale: #BCBCBC. Windows color (decimal): -8527447 or 11133309. OLE color: 11133309.
HSL color Cylindrical-coordinate representation of color #7DE1A9: hue angle of 146.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE1A9 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 169 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.12 |
| HSL | 146.4º | 0.63% | 0.69% | - |
| HSV(B) | 146.4º | 0.44% | 0.88% | - |
| XYZ | 42.54 | 61.07 | 47.08 | - |
| YUV | 188.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 169 | 0.44 | 0 | 0.25 | 0.12 | 146.4 | 0.63 | 0.69 |
| Hex | 7D | E1 | A9 | 2C | 0 | 19 | C | 92 | 3E | 45 |
| Octal | 175 | 341 | 251 | 54 | 0 | 31 | 14 | 222 | 76 | 105 |
| Binary | 1111101 | 11100001 | 10101001 | 101100 | 0 | 11001 | 1100 | 10010010 | 111110 | 1000101 |
Color Harmonies of #7DE1A9
Complementary color
Monochromatic Colors of #7DE1A9
Black with #7DE1A9
Text Example
Text Example
White with #7DE1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE1A9; }
p { color: rgb(125,225,169); }
H1.HeaderClassName
{
color: #7DE1A9;
}
.AnyTagClassName
{
color: #7DE1A9;
}
</style>
background-color css
<style>
a { background-color: #7DE1A9; }
a { background-color: rgb(125,225,169); }
div.DivClassName
{
background-color: #7DE1A9;
}
.BgClassName
{
background-color: #7DE1A9;
}
</style>
border-color css
<style>
span { border-color: #7DE1A9; }
span { border-color: rgb(125,225,169); }
td.TdClassName
{
border-color: #7DE1A9;
}
.TagClassName
{
border-color: #7DE1A9;
}
</style>