Shades of Vista Blue #9FD7B1
Tints of Vista Blue #9FD7B1
RGB
CMYK
RGB Variations
Color information
#9FD7B1 (or 0x9FD7B1) is known color: Vista Blue. HEX triplet: 9F, D7 and B1. RGB value is (159,215,177). Sum of RGB (Red+Green+Blue) = 159+215+177=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD7B1 is #60284E. Grayscale: #C2C2C2. Windows color (decimal): -6301775 or 11655071. OLE color: 11655071.
HSL color Cylindrical-coordinate representation of color #9FD7B1: hue angle of 139.29º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD7B1 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 215 | 177 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.16 |
| HSL | 139.29º | 0.41% | 0.73% | - |
| HSV(B) | 139.29º | 0.26% | 0.84% | - |
| XYZ | 46.53 | 59.15 | 50.56 | - |
| YUV | 193.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 215 | 177 | 0.26 | 0 | 0.18 | 0.16 | 139.29 | 0.41 | 0.73 |
| Hex | 9F | D7 | B1 | 1A | 0 | 12 | 10 | 8B | 29 | 49 |
| Octal | 237 | 327 | 261 | 32 | 0 | 22 | 20 | 213 | 51 | 111 |
| Binary | 10011111 | 11010111 | 10110001 | 11010 | 0 | 10010 | 10000 | 10001011 | 101001 | 1001001 |
Color Harmonies of #9FD7B1
Complementary color
Monochromatic Colors of #9FD7B1
Black with #9FD7B1
Text Example
Text Example
White with #9FD7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD7B1; }
p { color: rgb(159,215,177); }
H1.HeaderClassName
{
color: #9FD7B1;
}
.AnyTagClassName
{
color: #9FD7B1;
}
</style>
background-color css
<style>
a { background-color: #9FD7B1; }
a { background-color: rgb(159,215,177); }
div.DivClassName
{
background-color: #9FD7B1;
}
.BgClassName
{
background-color: #9FD7B1;
}
</style>
border-color css
<style>
span { border-color: #9FD7B1; }
span { border-color: rgb(159,215,177); }
td.TdClassName
{
border-color: #9FD7B1;
}
.TagClassName
{
border-color: #9FD7B1;
}
</style>