Shades of Vista Blue #9FDDBA
Tints of Vista Blue #9FDDBA
RGB
CMYK
RGB Variations
Color information
#9FDDBA (or 0x9FDDBA) is known color: Vista Blue. HEX triplet: 9F, DD and BA. RGB value is (159,221,186). Sum of RGB (Red+Green+Blue) = 159+221+186=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDBA is #602245. Grayscale: #C6C6C6. Windows color (decimal): -6300230 or 12246431. OLE color: 12246431.
HSL color Cylindrical-coordinate representation of color #9FDDBA: hue angle of 146.13º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDBA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 186 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.13 |
| HSL | 146.13º | 0.48% | 0.75% | - |
| HSV(B) | 146.13º | 0.28% | 0.87% | - |
| XYZ | 49.02 | 62.63 | 55.96 | - |
| YUV | 198.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 186 | 0.28 | 0 | 0.16 | 0.13 | 146.13 | 0.48 | 0.75 |
| Hex | 9F | DD | BA | 1C | 0 | 10 | D | 92 | 30 | 4B |
| Octal | 237 | 335 | 272 | 34 | 0 | 20 | 15 | 222 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10111010 | 11100 | 0 | 10000 | 1101 | 10010010 | 110000 | 1001011 |
Color Harmonies of #9FDDBA
Complementary color
Monochromatic Colors of #9FDDBA
Black with #9FDDBA
Text Example
Text Example
White with #9FDDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDBA; }
p { color: rgb(159,221,186); }
H1.HeaderClassName
{
color: #9FDDBA;
}
.AnyTagClassName
{
color: #9FDDBA;
}
</style>
background-color css
<style>
a { background-color: #9FDDBA; }
a { background-color: rgb(159,221,186); }
div.DivClassName
{
background-color: #9FDDBA;
}
.BgClassName
{
background-color: #9FDDBA;
}
</style>
border-color css
<style>
span { border-color: #9FDDBA; }
span { border-color: rgb(159,221,186); }
td.TdClassName
{
border-color: #9FDDBA;
}
.TagClassName
{
border-color: #9FDDBA;
}
</style>