Shades of Vista Blue #7FDDA4
Tints of Vista Blue #7FDDA4
RGB
CMYK
RGB Variations
Color information
#7FDDA4 (or 0x7FDDA4) is known color: Vista Blue. HEX triplet: 7F, DD and A4. RGB value is (127,221,164). Sum of RGB (Red+Green+Blue) = 127+221+164=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDDA4 is #80225B. Grayscale: #BABABA. Windows color (decimal): -8397404 or 10804607. OLE color: 10804607.
HSL color Cylindrical-coordinate representation of color #7FDDA4: hue angle of 143.62º degrees, saturation: 0.58, 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 #7FDDA4 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 164 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.13 |
| HSL | 143.62º | 0.58% | 0.68% | - |
| HSV(B) | 143.62º | 0.43% | 0.87% | - |
| XYZ | 41.31 | 58.91 | 44.31 | - |
| YUV | 186.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 164 | 0.43 | 0 | 0.26 | 0.13 | 143.62 | 0.58 | 0.68 |
| Hex | 7F | DD | A4 | 2B | 0 | 1A | D | 90 | 3A | 44 |
| Octal | 177 | 335 | 244 | 53 | 0 | 32 | 15 | 220 | 72 | 104 |
| Binary | 1111111 | 11011101 | 10100100 | 101011 | 0 | 11010 | 1101 | 10010000 | 111010 | 1000100 |
Color Harmonies of #7FDDA4
Complementary color
Monochromatic Colors of #7FDDA4
Black with #7FDDA4
Text Example
Text Example
White with #7FDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDA4; }
p { color: rgb(127,221,164); }
H1.HeaderClassName
{
color: #7FDDA4;
}
.AnyTagClassName
{
color: #7FDDA4;
}
</style>
background-color css
<style>
a { background-color: #7FDDA4; }
a { background-color: rgb(127,221,164); }
div.DivClassName
{
background-color: #7FDDA4;
}
.BgClassName
{
background-color: #7FDDA4;
}
</style>
border-color css
<style>
span { border-color: #7FDDA4; }
span { border-color: rgb(127,221,164); }
td.TdClassName
{
border-color: #7FDDA4;
}
.TagClassName
{
border-color: #7FDDA4;
}
</style>