Shades of Vista Blue #7DDDAC
Tints of Vista Blue #7DDDAC
RGB
CMYK
RGB Variations
Color information
#7DDDAC (or 0x7DDDAC) is known color: Vista Blue. HEX triplet: 7D, DD and AC. RGB value is (125,221,172). Sum of RGB (Red+Green+Blue) = 125+221+172=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDAC is #822253. Grayscale: #BABABA. Windows color (decimal): -8528468 or 11328893. OLE color: 11328893.
HSL color Cylindrical-coordinate representation of color #7DDDAC: hue angle of 149.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDAC is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 172 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.13 |
| HSL | 149.38º | 0.59% | 0.68% | - |
| HSV(B) | 149.38º | 0.43% | 0.87% | - |
| XYZ | 41.76 | 59.05 | 48.23 | - |
| YUV | 186.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 172 | 0.43 | 0 | 0.22 | 0.13 | 149.38 | 0.59 | 0.68 |
| Hex | 7D | DD | AC | 2B | 0 | 16 | D | 95 | 3B | 44 |
| Octal | 175 | 335 | 254 | 53 | 0 | 26 | 15 | 225 | 73 | 104 |
| Binary | 1111101 | 11011101 | 10101100 | 101011 | 0 | 10110 | 1101 | 10010101 | 111011 | 1000100 |
Color Harmonies of #7DDDAC
Complementary color
Monochromatic Colors of #7DDDAC
Black with #7DDDAC
Text Example
Text Example
White with #7DDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDAC; }
p { color: rgb(125,221,172); }
H1.HeaderClassName
{
color: #7DDDAC;
}
.AnyTagClassName
{
color: #7DDDAC;
}
</style>
background-color css
<style>
a { background-color: #7DDDAC; }
a { background-color: rgb(125,221,172); }
div.DivClassName
{
background-color: #7DDDAC;
}
.BgClassName
{
background-color: #7DDDAC;
}
</style>
border-color css
<style>
span { border-color: #7DDDAC; }
span { border-color: rgb(125,221,172); }
td.TdClassName
{
border-color: #7DDDAC;
}
.TagClassName
{
border-color: #7DDDAC;
}
</style>