Shades of Vista Blue #9FDDB9
Tints of Vista Blue #9FDDB9
RGB
CMYK
RGB Variations
Color information
#9FDDB9 (or 0x9FDDB9) is known color: Vista Blue. HEX triplet: 9F, DD and B9. RGB value is (159,221,185). Sum of RGB (Red+Green+Blue) = 159+221+185=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDB9 is #602246. Grayscale: #C6C6C6. Windows color (decimal): -6300231 or 12180895. OLE color: 12180895.
HSL color Cylindrical-coordinate representation of color #9FDDB9: hue angle of 145.16º 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 #9FDDB9 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 185 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.13 |
| HSL | 145.16º | 0.48% | 0.75% | - |
| HSV(B) | 145.16º | 0.28% | 0.87% | - |
| XYZ | 48.91 | 62.59 | 55.4 | - |
| YUV | 198.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 185 | 0.28 | 0 | 0.16 | 0.13 | 145.16 | 0.48 | 0.75 |
| Hex | 9F | DD | B9 | 1C | 0 | 10 | D | 91 | 30 | 4B |
| Octal | 237 | 335 | 271 | 34 | 0 | 20 | 15 | 221 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10111001 | 11100 | 0 | 10000 | 1101 | 10010001 | 110000 | 1001011 |
Color Harmonies of #9FDDB9
Complementary color
Monochromatic Colors of #9FDDB9
Black with #9FDDB9
Text Example
Text Example
White with #9FDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDB9; }
p { color: rgb(159,221,185); }
H1.HeaderClassName
{
color: #9FDDB9;
}
.AnyTagClassName
{
color: #9FDDB9;
}
</style>
background-color css
<style>
a { background-color: #9FDDB9; }
a { background-color: rgb(159,221,185); }
div.DivClassName
{
background-color: #9FDDB9;
}
.BgClassName
{
background-color: #9FDDB9;
}
</style>
border-color css
<style>
span { border-color: #9FDDB9; }
span { border-color: rgb(159,221,185); }
td.TdClassName
{
border-color: #9FDDB9;
}
.TagClassName
{
border-color: #9FDDB9;
}
</style>