Shades of Vista Blue #9FD3BD
Tints of Vista Blue #9FD3BD
RGB
CMYK
RGB Variations
Color information
#9FD3BD (or 0x9FD3BD) is known color: Vista Blue. HEX triplet: 9F, D3 and BD. RGB value is (159,211,189). Sum of RGB (Red+Green+Blue) = 159+211+189=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD3BD is #602C42. Grayscale: #C0C0C0. Windows color (decimal): -6302787 or 12440479. OLE color: 12440479.
HSL color Cylindrical-coordinate representation of color #9FD3BD: hue angle of 154.62º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3BD is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 189 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.17 |
| HSL | 154.62º | 0.37% | 0.73% | - |
| HSV(B) | 154.62º | 0.25% | 0.83% | - |
| XYZ | 46.78 | 57.63 | 56.8 | - |
| YUV | 192.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 189 | 0.25 | 0 | 0.10 | 0.17 | 154.62 | 0.37 | 0.73 |
| Hex | 9F | D3 | BD | 19 | 0 | A | 11 | 9B | 25 | 49 |
| Octal | 237 | 323 | 275 | 31 | 0 | 12 | 21 | 233 | 45 | 111 |
| Binary | 10011111 | 11010011 | 10111101 | 11001 | 0 | 1010 | 10001 | 10011011 | 100101 | 1001001 |
Color Harmonies of #9FD3BD
Complementary color
Monochromatic Colors of #9FD3BD
Black with #9FD3BD
Text Example
Text Example
White with #9FD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3BD; }
p { color: rgb(159,211,189); }
H1.HeaderClassName
{
color: #9FD3BD;
}
.AnyTagClassName
{
color: #9FD3BD;
}
</style>
background-color css
<style>
a { background-color: #9FD3BD; }
a { background-color: rgb(159,211,189); }
div.DivClassName
{
background-color: #9FD3BD;
}
.BgClassName
{
background-color: #9FD3BD;
}
</style>
border-color css
<style>
span { border-color: #9FD3BD; }
span { border-color: rgb(159,211,189); }
td.TdClassName
{
border-color: #9FD3BD;
}
.TagClassName
{
border-color: #9FD3BD;
}
</style>