Shades of Vista Blue #9FD8BA
Tints of Vista Blue #9FD8BA
RGB
CMYK
RGB Variations
Color information
#9FD8BA (or 0x9FD8BA) is known color: Vista Blue. HEX triplet: 9F, D8 and BA. RGB value is (159,216,186). Sum of RGB (Red+Green+Blue) = 159+216+186=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD8BA is #602745. Grayscale: #C3C3C3. Windows color (decimal): -6301510 or 12245151. OLE color: 12245151.
HSL color Cylindrical-coordinate representation of color #9FD8BA: hue angle of 148.42º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8BA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 186 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.15 |
| HSL | 148.42º | 0.42% | 0.74% | - |
| HSV(B) | 148.42º | 0.26% | 0.85% | - |
| XYZ | 47.72 | 60.03 | 55.53 | - |
| YUV | 195.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 186 | 0.26 | 0 | 0.14 | 0.15 | 148.42 | 0.42 | 0.74 |
| Hex | 9F | D8 | BA | 1A | 0 | E | F | 94 | 2A | 4A |
| Octal | 237 | 330 | 272 | 32 | 0 | 16 | 17 | 224 | 52 | 112 |
| Binary | 10011111 | 11011000 | 10111010 | 11010 | 0 | 1110 | 1111 | 10010100 | 101010 | 1001010 |
Color Harmonies of #9FD8BA
Complementary color
Monochromatic Colors of #9FD8BA
Black with #9FD8BA
Text Example
Text Example
White with #9FD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD8BA; }
p { color: rgb(159,216,186); }
H1.HeaderClassName
{
color: #9FD8BA;
}
.AnyTagClassName
{
color: #9FD8BA;
}
</style>
background-color css
<style>
a { background-color: #9FD8BA; }
a { background-color: rgb(159,216,186); }
div.DivClassName
{
background-color: #9FD8BA;
}
.BgClassName
{
background-color: #9FD8BA;
}
</style>
border-color css
<style>
span { border-color: #9FD8BA; }
span { border-color: rgb(159,216,186); }
td.TdClassName
{
border-color: #9FD8BA;
}
.TagClassName
{
border-color: #9FD8BA;
}
</style>