Shades of Vista Blue #7DEEAA
Tints of Vista Blue #7DEEAA
RGB
CMYK
RGB Variations
Color information
#7DEEAA (or 0x7DEEAA) is known color: Vista Blue. HEX triplet: 7D, EE and AA. RGB value is (125,238,170). Sum of RGB (Red+Green+Blue) = 125+238+170=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEEAA is #821155. Grayscale: #C4C4C4. Windows color (decimal): -8524118 or 11202173. OLE color: 11202173.
HSL color Cylindrical-coordinate representation of color #7DEEAA: hue angle of 143.89º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEAA is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 170 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.07 |
| HSL | 143.89º | 0.77% | 0.71% | - |
| HSV(B) | 143.89º | 0.47% | 0.93% | - |
| XYZ | 46.29 | 68.41 | 48.8 | - |
| YUV | 196.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 170 | 0.47 | 0 | 0.29 | 0.07 | 143.89 | 0.77 | 0.71 |
| Hex | 7D | EE | AA | 2F | 0 | 1D | 7 | 90 | 4D | 47 |
| Octal | 175 | 356 | 252 | 57 | 0 | 35 | 7 | 220 | 115 | 107 |
| Binary | 1111101 | 11101110 | 10101010 | 101111 | 0 | 11101 | 111 | 10010000 | 1001101 | 1000111 |
Color Harmonies of #7DEEAA
Complementary color
Monochromatic Colors of #7DEEAA
Black with #7DEEAA
Text Example
Text Example
White with #7DEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEEAA; }
p { color: rgb(125,238,170); }
H1.HeaderClassName
{
color: #7DEEAA;
}
.AnyTagClassName
{
color: #7DEEAA;
}
</style>
background-color css
<style>
a { background-color: #7DEEAA; }
a { background-color: rgb(125,238,170); }
div.DivClassName
{
background-color: #7DEEAA;
}
.BgClassName
{
background-color: #7DEEAA;
}
</style>
border-color css
<style>
span { border-color: #7DEEAA; }
span { border-color: rgb(125,238,170); }
td.TdClassName
{
border-color: #7DEEAA;
}
.TagClassName
{
border-color: #7DEEAA;
}
</style>