Shades of Vista Blue #7FDC9E
Tints of Vista Blue #7FDC9E
RGB
CMYK
RGB Variations
Color information
#7FDC9E (or 0x7FDC9E) is known color: Vista Blue. HEX triplet: 7F, DC and 9E. RGB value is (127,220,158). Sum of RGB (Red+Green+Blue) = 127+220+158=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC9E is #802361. Grayscale: #B9B9B9. Windows color (decimal): -8397666 or 10411135. OLE color: 10411135.
HSL color Cylindrical-coordinate representation of color #7FDC9E: hue angle of 140º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDC9E is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 158 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.14 |
| HSL | 140º | 0.57% | 0.68% | - |
| HSV(B) | 140º | 0.42% | 0.86% | - |
| XYZ | 40.52 | 58.17 | 41.44 | - |
| YUV | 185.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 158 | 0.42 | 0 | 0.28 | 0.14 | 140 | 0.57 | 0.68 |
| Hex | 7F | DC | 9E | 2A | 0 | 1C | E | 8C | 39 | 44 |
| Octal | 177 | 334 | 236 | 52 | 0 | 34 | 16 | 214 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10011110 | 101010 | 0 | 11100 | 1110 | 10001100 | 111001 | 1000100 |
Color Harmonies of #7FDC9E
Complementary color
Monochromatic Colors of #7FDC9E
Black with #7FDC9E
Text Example
Text Example
White with #7FDC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC9E; }
p { color: rgb(127,220,158); }
H1.HeaderClassName
{
color: #7FDC9E;
}
.AnyTagClassName
{
color: #7FDC9E;
}
</style>
background-color css
<style>
a { background-color: #7FDC9E; }
a { background-color: rgb(127,220,158); }
div.DivClassName
{
background-color: #7FDC9E;
}
.BgClassName
{
background-color: #7FDC9E;
}
</style>
border-color css
<style>
span { border-color: #7FDC9E; }
span { border-color: rgb(127,220,158); }
td.TdClassName
{
border-color: #7FDC9E;
}
.TagClassName
{
border-color: #7FDC9E;
}
</style>