Shades of Vista Blue #7DE5A5
Tints of Vista Blue #7DE5A5
RGB
CMYK
RGB Variations
Color information
#7DE5A5 (or 0x7DE5A5) is known color: Vista Blue. HEX triplet: 7D, E5 and A5. RGB value is (125,229,165). Sum of RGB (Red+Green+Blue) = 125+229+165=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE5A5 is #821A5A. Grayscale: #BEBEBE. Windows color (decimal): -8526427 or 10872189. OLE color: 10872189.
HSL color Cylindrical-coordinate representation of color #7DE5A5: hue angle of 143.08º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5A5 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 229 | 165 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.10 |
| HSL | 143.08º | 0.67% | 0.69% | - |
| HSV(B) | 143.08º | 0.45% | 0.9% | - |
| XYZ | 43.27 | 63.12 | 45.5 | - |
| YUV | 190.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 165 | 0.45 | 0 | 0.28 | 0.10 | 143.08 | 0.67 | 0.69 |
| Hex | 7D | E5 | A5 | 2D | 0 | 1C | A | 8F | 43 | 45 |
| Octal | 175 | 345 | 245 | 55 | 0 | 34 | 12 | 217 | 103 | 105 |
| Binary | 1111101 | 11100101 | 10100101 | 101101 | 0 | 11100 | 1010 | 10001111 | 1000011 | 1000101 |
Color Harmonies of #7DE5A5
Complementary color
Monochromatic Colors of #7DE5A5
Black with #7DE5A5
Text Example
Text Example
White with #7DE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE5A5; }
p { color: rgb(125,229,165); }
H1.HeaderClassName
{
color: #7DE5A5;
}
.AnyTagClassName
{
color: #7DE5A5;
}
</style>
background-color css
<style>
a { background-color: #7DE5A5; }
a { background-color: rgb(125,229,165); }
div.DivClassName
{
background-color: #7DE5A5;
}
.BgClassName
{
background-color: #7DE5A5;
}
</style>
border-color css
<style>
span { border-color: #7DE5A5; }
span { border-color: rgb(125,229,165); }
td.TdClassName
{
border-color: #7DE5A5;
}
.TagClassName
{
border-color: #7DE5A5;
}
</style>