Shades of Vista Blue #7FDF9E
Tints of Vista Blue #7FDF9E
RGB
CMYK
RGB Variations
Color information
#7FDF9E (or 0x7FDF9E) is known color: Vista Blue. HEX triplet: 7F, DF and 9E. RGB value is (127,223,158). Sum of RGB (Red+Green+Blue) = 127+223+158=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDF9E is #802061. Grayscale: #BBBBBB. Windows color (decimal): -8396898 or 10411903. OLE color: 10411903.
HSL color Cylindrical-coordinate representation of color #7FDF9E: hue angle of 139.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDF9E is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 158 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.13 |
| HSL | 139.38º | 0.6% | 0.69% | - |
| HSV(B) | 139.38º | 0.43% | 0.87% | - |
| XYZ | 41.31 | 59.76 | 41.7 | - |
| YUV | 186.89 | 111.7 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 158 | 0.43 | 0 | 0.29 | 0.13 | 139.38 | 0.6 | 0.69 |
| Hex | 7F | DF | 9E | 2B | 0 | 1D | D | 8B | 3C | 45 |
| Octal | 177 | 337 | 236 | 53 | 0 | 35 | 15 | 213 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10011110 | 101011 | 0 | 11101 | 1101 | 10001011 | 111100 | 1000101 |
Color Harmonies of #7FDF9E
Complementary color
Monochromatic Colors of #7FDF9E
Black with #7FDF9E
Text Example
Text Example
White with #7FDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDF9E; }
p { color: rgb(127,223,158); }
H1.HeaderClassName
{
color: #7FDF9E;
}
.AnyTagClassName
{
color: #7FDF9E;
}
</style>
background-color css
<style>
a { background-color: #7FDF9E; }
a { background-color: rgb(127,223,158); }
div.DivClassName
{
background-color: #7FDF9E;
}
.BgClassName
{
background-color: #7FDF9E;
}
</style>
border-color css
<style>
span { border-color: #7FDF9E; }
span { border-color: rgb(127,223,158); }
td.TdClassName
{
border-color: #7FDF9E;
}
.TagClassName
{
border-color: #7FDF9E;
}
</style>