Shades of Vista Blue #7DDFA1
Tints of Vista Blue #7DDFA1
RGB
CMYK
RGB Variations
Color information
#7DDFA1 (or 0x7DDFA1) is known color: Vista Blue. HEX triplet: 7D, DF and A1. RGB value is (125,223,161). Sum of RGB (Red+Green+Blue) = 125+223+161=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDFA1 is #82205E. Grayscale: #BABABA. Windows color (decimal): -8527967 or 10608509. OLE color: 10608509.
HSL color Cylindrical-coordinate representation of color #7DDFA1: hue angle of 142.04º 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 #7DDFA1 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 161 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.13 |
| HSL | 142.04º | 0.6% | 0.68% | - |
| HSV(B) | 142.04º | 0.44% | 0.87% | - |
| XYZ | 41.28 | 59.71 | 43.07 | - |
| YUV | 186.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 161 | 0.44 | 0 | 0.28 | 0.13 | 142.04 | 0.6 | 0.68 |
| Hex | 7D | DF | A1 | 2C | 0 | 1C | D | 8E | 3C | 44 |
| Octal | 175 | 337 | 241 | 54 | 0 | 34 | 15 | 216 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10100001 | 101100 | 0 | 11100 | 1101 | 10001110 | 111100 | 1000100 |
Color Harmonies of #7DDFA1
Complementary color
Monochromatic Colors of #7DDFA1
Black with #7DDFA1
Text Example
Text Example
White with #7DDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFA1; }
p { color: rgb(125,223,161); }
H1.HeaderClassName
{
color: #7DDFA1;
}
.AnyTagClassName
{
color: #7DDFA1;
}
</style>
background-color css
<style>
a { background-color: #7DDFA1; }
a { background-color: rgb(125,223,161); }
div.DivClassName
{
background-color: #7DDFA1;
}
.BgClassName
{
background-color: #7DDFA1;
}
</style>
border-color css
<style>
span { border-color: #7DDFA1; }
span { border-color: rgb(125,223,161); }
td.TdClassName
{
border-color: #7DDFA1;
}
.TagClassName
{
border-color: #7DDFA1;
}
</style>