Shades of Vista Blue #7DDFAA
Tints of Vista Blue #7DDFAA
RGB
CMYK
RGB Variations
Color information
#7DDFAA (or 0x7DDFAA) is known color: Vista Blue. HEX triplet: 7D, DF and AA. RGB value is (125,223,170). Sum of RGB (Red+Green+Blue) = 125+223+170=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDFAA is #822055. Grayscale: #BBBBBB. Windows color (decimal): -8527958 or 11198333. OLE color: 11198333.
HSL color Cylindrical-coordinate representation of color #7DDFAA: hue angle of 147.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFAA is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 170 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.13 |
| HSL | 147.55º | 0.6% | 0.68% | - |
| HSV(B) | 147.55º | 0.44% | 0.87% | - |
| XYZ | 42.1 | 60.04 | 47.4 | - |
| YUV | 187.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 170 | 0.44 | 0 | 0.24 | 0.13 | 147.55 | 0.6 | 0.68 |
| Hex | 7D | DF | AA | 2C | 0 | 18 | D | 94 | 3C | 44 |
| Octal | 175 | 337 | 252 | 54 | 0 | 30 | 15 | 224 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10101010 | 101100 | 0 | 11000 | 1101 | 10010100 | 111100 | 1000100 |
Color Harmonies of #7DDFAA
Complementary color
Monochromatic Colors of #7DDFAA
Black with #7DDFAA
Text Example
Text Example
White with #7DDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFAA; }
p { color: rgb(125,223,170); }
H1.HeaderClassName
{
color: #7DDFAA;
}
.AnyTagClassName
{
color: #7DDFAA;
}
</style>
background-color css
<style>
a { background-color: #7DDFAA; }
a { background-color: rgb(125,223,170); }
div.DivClassName
{
background-color: #7DDFAA;
}
.BgClassName
{
background-color: #7DDFAA;
}
</style>
border-color css
<style>
span { border-color: #7DDFAA; }
span { border-color: rgb(125,223,170); }
td.TdClassName
{
border-color: #7DDFAA;
}
.TagClassName
{
border-color: #7DDFAA;
}
</style>