Shades of Vista Blue #9FC8B1
Tints of Vista Blue #9FC8B1
RGB
CMYK
RGB Variations
Color information
#9FC8B1 (or 0x9FC8B1) is known color: Vista Blue. HEX triplet: 9F, C8 and B1. RGB value is (159,200,177). Sum of RGB (Red+Green+Blue) = 159+200+177=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC8B1 is #60374E. Grayscale: #B9B9B9. Windows color (decimal): -6305615 or 11651231. OLE color: 11651231.
HSL color Cylindrical-coordinate representation of color #9FC8B1: hue angle of 146.34º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC8B1 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 177 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.22 |
| HSL | 146.34º | 0.27% | 0.7% | - |
| HSV(B) | 146.34º | 0.21% | 0.78% | - |
| XYZ | 42.89 | 51.85 | 49.34 | - |
| YUV | 185.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 177 | 0.20 | 0 | 0.12 | 0.22 | 146.34 | 0.27 | 0.7 |
| Hex | 9F | C8 | B1 | 14 | 0 | C | 16 | 92 | 1B | 46 |
| Octal | 237 | 310 | 261 | 24 | 0 | 14 | 26 | 222 | 33 | 106 |
| Binary | 10011111 | 11001000 | 10110001 | 10100 | 0 | 1100 | 10110 | 10010010 | 11011 | 1000110 |
Color Harmonies of #9FC8B1
Complementary color
Monochromatic Colors of #9FC8B1
Black with #9FC8B1
Text Example
Text Example
White with #9FC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC8B1; }
p { color: rgb(159,200,177); }
H1.HeaderClassName
{
color: #9FC8B1;
}
.AnyTagClassName
{
color: #9FC8B1;
}
</style>
background-color css
<style>
a { background-color: #9FC8B1; }
a { background-color: rgb(159,200,177); }
div.DivClassName
{
background-color: #9FC8B1;
}
.BgClassName
{
background-color: #9FC8B1;
}
</style>
border-color css
<style>
span { border-color: #9FC8B1; }
span { border-color: rgb(159,200,177); }
td.TdClassName
{
border-color: #9FC8B1;
}
.TagClassName
{
border-color: #9FC8B1;
}
</style>