Shades of Vista Blue #9FD6BB
Tints of Vista Blue #9FD6BB
RGB
CMYK
RGB Variations
Color information
#9FD6BB (or 0x9FD6BB) is known color: Vista Blue. HEX triplet: 9F, D6 and BB. RGB value is (159,214,187). Sum of RGB (Red+Green+Blue) = 159+214+187=560 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.39% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6BB is #602944. Grayscale: #C2C2C2. Windows color (decimal): -6302021 or 12310175. OLE color: 12310175.
HSL color Cylindrical-coordinate representation of color #9FD6BB: hue angle of 150.55º degrees, saturation: 0.4, 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 #9FD6BB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 187 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.16 |
| HSL | 150.55º | 0.4% | 0.73% | - |
| HSV(B) | 150.55º | 0.26% | 0.84% | - |
| XYZ | 47.31 | 59.05 | 55.92 | - |
| YUV | 194.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 187 | 0.26 | 0 | 0.13 | 0.16 | 150.55 | 0.4 | 0.73 |
| Hex | 9F | D6 | BB | 1A | 0 | D | 10 | 97 | 28 | 49 |
| Octal | 237 | 326 | 273 | 32 | 0 | 15 | 20 | 227 | 50 | 111 |
| Binary | 10011111 | 11010110 | 10111011 | 11010 | 0 | 1101 | 10000 | 10010111 | 101000 | 1001001 |
Color Harmonies of #9FD6BB
Complementary color
Monochromatic Colors of #9FD6BB
Black with #9FD6BB
Text Example
Text Example
White with #9FD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD6BB; }
p { color: rgb(159,214,187); }
H1.HeaderClassName
{
color: #9FD6BB;
}
.AnyTagClassName
{
color: #9FD6BB;
}
</style>
background-color css
<style>
a { background-color: #9FD6BB; }
a { background-color: rgb(159,214,187); }
div.DivClassName
{
background-color: #9FD6BB;
}
.BgClassName
{
background-color: #9FD6BB;
}
</style>
border-color css
<style>
span { border-color: #9FD6BB; }
span { border-color: rgb(159,214,187); }
td.TdClassName
{
border-color: #9FD6BB;
}
.TagClassName
{
border-color: #9FD6BB;
}
</style>