Shades of Vista Blue #7FD0A4
Tints of Vista Blue #7FD0A4
RGB
CMYK
RGB Variations
Color information
#7FD0A4 (or 0x7FD0A4) is known color: Vista Blue. HEX triplet: 7F, D0 and A4. RGB value is (127,208,164). Sum of RGB (Red+Green+Blue) = 127+208+164=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD0A4 is #802F5B. Grayscale: #B2B2B2. Windows color (decimal): -8400732 or 10801279. OLE color: 10801279.
HSL color Cylindrical-coordinate representation of color #7FD0A4: hue angle of 147.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0A4 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 208 | 164 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.18 |
| HSL | 147.41º | 0.46% | 0.66% | - |
| HSV(B) | 147.41º | 0.39% | 0.82% | - |
| XYZ | 38.01 | 52.3 | 43.21 | - |
| YUV | 178.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 208 | 164 | 0.39 | 0 | 0.21 | 0.18 | 147.41 | 0.46 | 0.66 |
| Hex | 7F | D0 | A4 | 27 | 0 | 15 | 12 | 93 | 2E | 42 |
| Octal | 177 | 320 | 244 | 47 | 0 | 25 | 22 | 223 | 56 | 102 |
| Binary | 1111111 | 11010000 | 10100100 | 100111 | 0 | 10101 | 10010 | 10010011 | 101110 | 1000010 |
Color Harmonies of #7FD0A4
Complementary color
Monochromatic Colors of #7FD0A4
Black with #7FD0A4
Text Example
Text Example
White with #7FD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD0A4; }
p { color: rgb(127,208,164); }
H1.HeaderClassName
{
color: #7FD0A4;
}
.AnyTagClassName
{
color: #7FD0A4;
}
</style>
background-color css
<style>
a { background-color: #7FD0A4; }
a { background-color: rgb(127,208,164); }
div.DivClassName
{
background-color: #7FD0A4;
}
.BgClassName
{
background-color: #7FD0A4;
}
</style>
border-color css
<style>
span { border-color: #7FD0A4; }
span { border-color: rgb(127,208,164); }
td.TdClassName
{
border-color: #7FD0A4;
}
.TagClassName
{
border-color: #7FD0A4;
}
</style>