Shades of Vista Blue #9FDFBC
Tints of Vista Blue #9FDFBC
RGB
CMYK
RGB Variations
Color information
#9FDFBC (or 0x9FDFBC) is known color: Vista Blue. HEX triplet: 9F, DF and BC. RGB value is (159,223,188). Sum of RGB (Red+Green+Blue) = 159+223+188=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFBC is #602043. Grayscale: #C7C7C7. Windows color (decimal): -6299716 or 12378015. OLE color: 12378015.
HSL color Cylindrical-coordinate representation of color #9FDFBC: hue angle of 147.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFBC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 188 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.13 |
| HSL | 147.19º | 0.5% | 0.75% | - |
| HSV(B) | 147.19º | 0.29% | 0.87% | - |
| XYZ | 49.76 | 63.78 | 57.26 | - |
| YUV | 199.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 188 | 0.29 | 0 | 0.16 | 0.13 | 147.19 | 0.5 | 0.75 |
| Hex | 9F | DF | BC | 1D | 0 | 10 | D | 93 | 32 | 4B |
| Octal | 237 | 337 | 274 | 35 | 0 | 20 | 15 | 223 | 62 | 113 |
| Binary | 10011111 | 11011111 | 10111100 | 11101 | 0 | 10000 | 1101 | 10010011 | 110010 | 1001011 |
Color Harmonies of #9FDFBC
Complementary color
Monochromatic Colors of #9FDFBC
Black with #9FDFBC
Text Example
Text Example
White with #9FDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFBC; }
p { color: rgb(159,223,188); }
H1.HeaderClassName
{
color: #9FDFBC;
}
.AnyTagClassName
{
color: #9FDFBC;
}
</style>
background-color css
<style>
a { background-color: #9FDFBC; }
a { background-color: rgb(159,223,188); }
div.DivClassName
{
background-color: #9FDFBC;
}
.BgClassName
{
background-color: #9FDFBC;
}
</style>
border-color css
<style>
span { border-color: #9FDFBC; }
span { border-color: rgb(159,223,188); }
td.TdClassName
{
border-color: #9FDFBC;
}
.TagClassName
{
border-color: #9FDFBC;
}
</style>