Shades of Vista Blue #9FDABF
Tints of Vista Blue #9FDABF
RGB
CMYK
RGB Variations
Color information
#9FDABF (or 0x9FDABF) is known color: Vista Blue. HEX triplet: 9F, DA and BF. RGB value is (159,218,191). Sum of RGB (Red+Green+Blue) = 159+218+191=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDABF is #602540. Grayscale: #C5C5C5. Windows color (decimal): -6300993 or 12573343. OLE color: 12573343.
HSL color Cylindrical-coordinate representation of color #9FDABF: hue angle of 152.54º 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 #9FDABF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 191 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.15 |
| HSL | 152.54º | 0.44% | 0.74% | - |
| HSV(B) | 152.54º | 0.27% | 0.85% | - |
| XYZ | 48.77 | 61.28 | 58.55 | - |
| YUV | 197.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 191 | 0.27 | 0 | 0.12 | 0.15 | 152.54 | 0.44 | 0.74 |
| Hex | 9F | DA | BF | 1B | 0 | C | F | 99 | 2C | 4A |
| Octal | 237 | 332 | 277 | 33 | 0 | 14 | 17 | 231 | 54 | 112 |
| Binary | 10011111 | 11011010 | 10111111 | 11011 | 0 | 1100 | 1111 | 10011001 | 101100 | 1001010 |
Color Harmonies of #9FDABF
Complementary color
Monochromatic Colors of #9FDABF
Black with #9FDABF
Text Example
Text Example
White with #9FDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDABF; }
p { color: rgb(159,218,191); }
H1.HeaderClassName
{
color: #9FDABF;
}
.AnyTagClassName
{
color: #9FDABF;
}
</style>
background-color css
<style>
a { background-color: #9FDABF; }
a { background-color: rgb(159,218,191); }
div.DivClassName
{
background-color: #9FDABF;
}
.BgClassName
{
background-color: #9FDABF;
}
</style>
border-color css
<style>
span { border-color: #9FDABF; }
span { border-color: rgb(159,218,191); }
td.TdClassName
{
border-color: #9FDABF;
}
.TagClassName
{
border-color: #9FDABF;
}
</style>