Shades of Vista Blue #9FEAB9
Tints of Vista Blue #9FEAB9
RGB
CMYK
RGB Variations
Color information
#9FEAB9 (or 0x9FEAB9) is known color: Vista Blue. HEX triplet: 9F, EA and B9. RGB value is (159,234,185). Sum of RGB (Red+Green+Blue) = 159+234+185=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAB9 is #601546. Grayscale: #CECECE. Windows color (decimal): -6296903 or 12184223. OLE color: 12184223.
HSL color Cylindrical-coordinate representation of color #9FEAB9: hue angle of 140.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAB9 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 185 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.08 |
| HSL | 140.8º | 0.64% | 0.77% | - |
| HSV(B) | 140.8º | 0.32% | 0.92% | - |
| XYZ | 52.48 | 69.72 | 56.59 | - |
| YUV | 205.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 185 | 0.32 | 0 | 0.21 | 0.08 | 140.8 | 0.64 | 0.77 |
| Hex | 9F | EA | B9 | 20 | 0 | 15 | 8 | 8D | 40 | 4D |
| Octal | 237 | 352 | 271 | 40 | 0 | 25 | 10 | 215 | 100 | 115 |
| Binary | 10011111 | 11101010 | 10111001 | 100000 | 0 | 10101 | 1000 | 10001101 | 1000000 | 1001101 |
Color Harmonies of #9FEAB9
Complementary color
Monochromatic Colors of #9FEAB9
Black with #9FEAB9
Text Example
Text Example
White with #9FEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAB9; }
p { color: rgb(159,234,185); }
H1.HeaderClassName
{
color: #9FEAB9;
}
.AnyTagClassName
{
color: #9FEAB9;
}
</style>
background-color css
<style>
a { background-color: #9FEAB9; }
a { background-color: rgb(159,234,185); }
div.DivClassName
{
background-color: #9FEAB9;
}
.BgClassName
{
background-color: #9FEAB9;
}
</style>
border-color css
<style>
span { border-color: #9FEAB9; }
span { border-color: rgb(159,234,185); }
td.TdClassName
{
border-color: #9FEAB9;
}
.TagClassName
{
border-color: #9FEAB9;
}
</style>