Shades of Vista Blue #7DDEA4
Tints of Vista Blue #7DDEA4
RGB
CMYK
RGB Variations
Color information
#7DDEA4 (or 0x7DDEA4) is known color: Vista Blue. HEX triplet: 7D, DE and A4. RGB value is (125,222,164). Sum of RGB (Red+Green+Blue) = 125+222+164=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDEA4 is #82215B. Grayscale: #BABABA. Windows color (decimal): -8528220 or 10804861. OLE color: 10804861.
HSL color Cylindrical-coordinate representation of color #7DDEA4: hue angle of 144.12º 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 #7DDEA4 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 222 | 164 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.13 |
| HSL | 144.12º | 0.6% | 0.68% | - |
| HSV(B) | 144.12º | 0.44% | 0.87% | - |
| XYZ | 41.28 | 59.28 | 44.39 | - |
| YUV | 186.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 164 | 0.44 | 0 | 0.26 | 0.13 | 144.12 | 0.6 | 0.68 |
| Hex | 7D | DE | A4 | 2C | 0 | 1A | D | 90 | 3C | 44 |
| Octal | 175 | 336 | 244 | 54 | 0 | 32 | 15 | 220 | 74 | 104 |
| Binary | 1111101 | 11011110 | 10100100 | 101100 | 0 | 11010 | 1101 | 10010000 | 111100 | 1000100 |
Color Harmonies of #7DDEA4
Complementary color
Monochromatic Colors of #7DDEA4
Black with #7DDEA4
Text Example
Text Example
White with #7DDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDEA4; }
p { color: rgb(125,222,164); }
H1.HeaderClassName
{
color: #7DDEA4;
}
.AnyTagClassName
{
color: #7DDEA4;
}
</style>
background-color css
<style>
a { background-color: #7DDEA4; }
a { background-color: rgb(125,222,164); }
div.DivClassName
{
background-color: #7DDEA4;
}
.BgClassName
{
background-color: #7DDEA4;
}
</style>
border-color css
<style>
span { border-color: #7DDEA4; }
span { border-color: rgb(125,222,164); }
td.TdClassName
{
border-color: #7DDEA4;
}
.TagClassName
{
border-color: #7DDEA4;
}
</style>