Shades of Vista Blue #9FCAB5
Tints of Vista Blue #9FCAB5
RGB
CMYK
RGB Variations
Color information
#9FCAB5 (or 0x9FCAB5) is known color: Vista Blue. HEX triplet: 9F, CA and B5. RGB value is (159,202,181). Sum of RGB (Red+Green+Blue) = 159+202+181=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAB5 is #60354A. Grayscale: #BABABA. Windows color (decimal): -6305099 or 11913887. OLE color: 11913887.
HSL color Cylindrical-coordinate representation of color #9FCAB5: hue angle of 150.7º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAB5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 181 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.21 |
| HSL | 150.7º | 0.29% | 0.71% | - |
| HSV(B) | 150.7º | 0.21% | 0.79% | - |
| XYZ | 43.76 | 52.95 | 51.63 | - |
| YUV | 186.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 181 | 0.21 | 0 | 0.10 | 0.21 | 150.7 | 0.29 | 0.71 |
| Hex | 9F | CA | B5 | 15 | 0 | A | 15 | 97 | 1D | 47 |
| Octal | 237 | 312 | 265 | 25 | 0 | 12 | 25 | 227 | 35 | 107 |
| Binary | 10011111 | 11001010 | 10110101 | 10101 | 0 | 1010 | 10101 | 10010111 | 11101 | 1000111 |
Color Harmonies of #9FCAB5
Complementary color
Monochromatic Colors of #9FCAB5
Black with #9FCAB5
Text Example
Text Example
White with #9FCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAB5; }
p { color: rgb(159,202,181); }
H1.HeaderClassName
{
color: #9FCAB5;
}
.AnyTagClassName
{
color: #9FCAB5;
}
</style>
background-color css
<style>
a { background-color: #9FCAB5; }
a { background-color: rgb(159,202,181); }
div.DivClassName
{
background-color: #9FCAB5;
}
.BgClassName
{
background-color: #9FCAB5;
}
</style>
border-color css
<style>
span { border-color: #9FCAB5; }
span { border-color: rgb(159,202,181); }
td.TdClassName
{
border-color: #9FCAB5;
}
.TagClassName
{
border-color: #9FCAB5;
}
</style>