Shades of Vista Blue #9FDABB
Tints of Vista Blue #9FDABB
RGB
CMYK
RGB Variations
Color information
#9FDABB (or 0x9FDABB) is known color: Vista Blue. HEX triplet: 9F, DA and BB. RGB value is (159,218,187). Sum of RGB (Red+Green+Blue) = 159+218+187=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDABB is #602544. Grayscale: #C4C4C4. Windows color (decimal): -6300997 or 12311199. OLE color: 12311199.
HSL color Cylindrical-coordinate representation of color #9FDABB: hue angle of 148.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDABB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 187 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.15 |
| HSL | 148.47º | 0.44% | 0.74% | - |
| HSV(B) | 148.47º | 0.27% | 0.85% | - |
| XYZ | 48.34 | 61.1 | 56.26 | - |
| YUV | 196.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 187 | 0.27 | 0 | 0.14 | 0.15 | 148.47 | 0.44 | 0.74 |
| Hex | 9F | DA | BB | 1B | 0 | E | F | 94 | 2C | 4A |
| Octal | 237 | 332 | 273 | 33 | 0 | 16 | 17 | 224 | 54 | 112 |
| Binary | 10011111 | 11011010 | 10111011 | 11011 | 0 | 1110 | 1111 | 10010100 | 101100 | 1001010 |
Color Harmonies of #9FDABB
Complementary color
Monochromatic Colors of #9FDABB
Black with #9FDABB
Text Example
Text Example
White with #9FDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDABB; }
p { color: rgb(159,218,187); }
H1.HeaderClassName
{
color: #9FDABB;
}
.AnyTagClassName
{
color: #9FDABB;
}
</style>
background-color css
<style>
a { background-color: #9FDABB; }
a { background-color: rgb(159,218,187); }
div.DivClassName
{
background-color: #9FDABB;
}
.BgClassName
{
background-color: #9FDABB;
}
</style>
border-color css
<style>
span { border-color: #9FDABB; }
span { border-color: rgb(159,218,187); }
td.TdClassName
{
border-color: #9FDABB;
}
.TagClassName
{
border-color: #9FDABB;
}
</style>