Shades of Vista Blue #7DDFAC
Tints of Vista Blue #7DDFAC
RGB
CMYK
RGB Variations
Color information
#7DDFAC (or 0x7DDFAC) is known color: Vista Blue. HEX triplet: 7D, DF and AC. RGB value is (125,223,172). Sum of RGB (Red+Green+Blue) = 125+223+172=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDFAC is #822053. Grayscale: #BBBBBB. Windows color (decimal): -8527956 or 11329405. OLE color: 11329405.
HSL color Cylindrical-coordinate representation of color #7DDFAC: hue angle of 148.78º 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 #7DDFAC is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 172 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.13 |
| HSL | 148.78º | 0.6% | 0.68% | - |
| HSV(B) | 148.78º | 0.44% | 0.87% | - |
| XYZ | 42.29 | 60.11 | 48.4 | - |
| YUV | 187.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 172 | 0.44 | 0 | 0.23 | 0.13 | 148.78 | 0.6 | 0.68 |
| Hex | 7D | DF | AC | 2C | 0 | 17 | D | 95 | 3C | 44 |
| Octal | 175 | 337 | 254 | 54 | 0 | 27 | 15 | 225 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10101100 | 101100 | 0 | 10111 | 1101 | 10010101 | 111100 | 1000100 |
Color Harmonies of #7DDFAC
Complementary color
Monochromatic Colors of #7DDFAC
Black with #7DDFAC
Text Example
Text Example
White with #7DDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFAC; }
p { color: rgb(125,223,172); }
H1.HeaderClassName
{
color: #7DDFAC;
}
.AnyTagClassName
{
color: #7DDFAC;
}
</style>
background-color css
<style>
a { background-color: #7DDFAC; }
a { background-color: rgb(125,223,172); }
div.DivClassName
{
background-color: #7DDFAC;
}
.BgClassName
{
background-color: #7DDFAC;
}
</style>
border-color css
<style>
span { border-color: #7DDFAC; }
span { border-color: rgb(125,223,172); }
td.TdClassName
{
border-color: #7DDFAC;
}
.TagClassName
{
border-color: #7DDFAC;
}
</style>