Shades of Vista Blue #9FECBA
Tints of Vista Blue #9FECBA
RGB
CMYK
RGB Variations
Color information
#9FECBA (or 0x9FECBA) is known color: Vista Blue. HEX triplet: 9F, EC and BA. RGB value is (159,236,186). Sum of RGB (Red+Green+Blue) = 159+236+186=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECBA is #601345. Grayscale: #CFCFCF. Windows color (decimal): -6296390 or 12250271. OLE color: 12250271.
HSL color Cylindrical-coordinate representation of color #9FECBA: hue angle of 141.04º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECBA is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 186 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.07 |
| HSL | 141.04º | 0.67% | 0.77% | - |
| HSV(B) | 141.04º | 0.33% | 0.93% | - |
| XYZ | 53.16 | 70.91 | 57.34 | - |
| YUV | 207.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 186 | 0.33 | 0 | 0.21 | 0.07 | 141.04 | 0.67 | 0.77 |
| Hex | 9F | EC | BA | 21 | 0 | 15 | 7 | 8D | 43 | 4D |
| Octal | 237 | 354 | 272 | 41 | 0 | 25 | 7 | 215 | 103 | 115 |
| Binary | 10011111 | 11101100 | 10111010 | 100001 | 0 | 10101 | 111 | 10001101 | 1000011 | 1001101 |
Color Harmonies of #9FECBA
Complementary color
Monochromatic Colors of #9FECBA
Black with #9FECBA
Text Example
Text Example
White with #9FECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECBA; }
p { color: rgb(159,236,186); }
H1.HeaderClassName
{
color: #9FECBA;
}
.AnyTagClassName
{
color: #9FECBA;
}
</style>
background-color css
<style>
a { background-color: #9FECBA; }
a { background-color: rgb(159,236,186); }
div.DivClassName
{
background-color: #9FECBA;
}
.BgClassName
{
background-color: #9FECBA;
}
</style>
border-color css
<style>
span { border-color: #9FECBA; }
span { border-color: rgb(159,236,186); }
td.TdClassName
{
border-color: #9FECBA;
}
.TagClassName
{
border-color: #9FECBA;
}
</style>