Shades of Vista Blue #9FD6BC
Tints of Vista Blue #9FD6BC
RGB
CMYK
RGB Variations
Color information
#9FD6BC (or 0x9FD6BC) is known color: Vista Blue. HEX triplet: 9F, D6 and BC. RGB value is (159,214,188). Sum of RGB (Red+Green+Blue) = 159+214+188=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD6BC is #602943. Grayscale: #C2C2C2. Windows color (decimal): -6302020 or 12375711. OLE color: 12375711.
HSL color Cylindrical-coordinate representation of color #9FD6BC: hue angle of 151.64º 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 #9FD6BC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 214 | 188 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.16 |
| HSL | 151.64º | 0.4% | 0.73% | - |
| HSV(B) | 151.64º | 0.26% | 0.84% | - |
| XYZ | 47.42 | 59.09 | 56.48 | - |
| YUV | 194.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 214 | 188 | 0.26 | 0 | 0.12 | 0.16 | 151.64 | 0.4 | 0.73 |
| Hex | 9F | D6 | BC | 1A | 0 | C | 10 | 98 | 28 | 49 |
| Octal | 237 | 326 | 274 | 32 | 0 | 14 | 20 | 230 | 50 | 111 |
| Binary | 10011111 | 11010110 | 10111100 | 11010 | 0 | 1100 | 10000 | 10011000 | 101000 | 1001001 |
Color Harmonies of #9FD6BC
Complementary color
Monochromatic Colors of #9FD6BC
Black with #9FD6BC
Text Example
Text Example
White with #9FD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD6BC; }
p { color: rgb(159,214,188); }
H1.HeaderClassName
{
color: #9FD6BC;
}
.AnyTagClassName
{
color: #9FD6BC;
}
</style>
background-color css
<style>
a { background-color: #9FD6BC; }
a { background-color: rgb(159,214,188); }
div.DivClassName
{
background-color: #9FD6BC;
}
.BgClassName
{
background-color: #9FD6BC;
}
</style>
border-color css
<style>
span { border-color: #9FD6BC; }
span { border-color: rgb(159,214,188); }
td.TdClassName
{
border-color: #9FD6BC;
}
.TagClassName
{
border-color: #9FD6BC;
}
</style>