Shades of Vista Blue #9FE1BA
Tints of Vista Blue #9FE1BA
RGB
CMYK
RGB Variations
Color information
#9FE1BA (or 0x9FE1BA) is known color: Vista Blue. HEX triplet: 9F, E1 and BA. RGB value is (159,225,186). Sum of RGB (Red+Green+Blue) = 159+225+186=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1BA is #601E45. Grayscale: #C8C8C8. Windows color (decimal): -6299206 or 12247455. OLE color: 12247455.
HSL color Cylindrical-coordinate representation of color #9FE1BA: hue angle of 144.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1BA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 186 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.12 |
| HSL | 144.55º | 0.52% | 0.75% | - |
| HSV(B) | 144.55º | 0.29% | 0.88% | - |
| XYZ | 50.09 | 64.77 | 56.32 | - |
| YUV | 200.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 186 | 0.29 | 0 | 0.17 | 0.12 | 144.55 | 0.52 | 0.75 |
| Hex | 9F | E1 | BA | 1D | 0 | 11 | C | 91 | 34 | 4B |
| Octal | 237 | 341 | 272 | 35 | 0 | 21 | 14 | 221 | 64 | 113 |
| Binary | 10011111 | 11100001 | 10111010 | 11101 | 0 | 10001 | 1100 | 10010001 | 110100 | 1001011 |
Color Harmonies of #9FE1BA
Complementary color
Monochromatic Colors of #9FE1BA
Black with #9FE1BA
Text Example
Text Example
White with #9FE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE1BA; }
p { color: rgb(159,225,186); }
H1.HeaderClassName
{
color: #9FE1BA;
}
.AnyTagClassName
{
color: #9FE1BA;
}
</style>
background-color css
<style>
a { background-color: #9FE1BA; }
a { background-color: rgb(159,225,186); }
div.DivClassName
{
background-color: #9FE1BA;
}
.BgClassName
{
background-color: #9FE1BA;
}
</style>
border-color css
<style>
span { border-color: #9FE1BA; }
span { border-color: rgb(159,225,186); }
td.TdClassName
{
border-color: #9FE1BA;
}
.TagClassName
{
border-color: #9FE1BA;
}
</style>