Shades of Vista Blue #9FDFBD
Tints of Vista Blue #9FDFBD
RGB
CMYK
RGB Variations
Color information
#9FDFBD (or 0x9FDFBD) is known color: Vista Blue. HEX triplet: 9F, DF and BD. RGB value is (159,223,189). Sum of RGB (Red+Green+Blue) = 159+223+189=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFBD is #602042. Grayscale: #C8C8C8. Windows color (decimal): -6299715 or 12443551. OLE color: 12443551.
HSL color Cylindrical-coordinate representation of color #9FDFBD: hue angle of 148.12º 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 #9FDFBD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 189 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.13 |
| HSL | 148.13º | 0.5% | 0.75% | - |
| HSV(B) | 148.13º | 0.29% | 0.87% | - |
| XYZ | 49.87 | 63.82 | 57.83 | - |
| YUV | 199.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 189 | 0.29 | 0 | 0.15 | 0.13 | 148.13 | 0.5 | 0.75 |
| Hex | 9F | DF | BD | 1D | 0 | F | D | 94 | 32 | 4B |
| Octal | 237 | 337 | 275 | 35 | 0 | 17 | 15 | 224 | 62 | 113 |
| Binary | 10011111 | 11011111 | 10111101 | 11101 | 0 | 1111 | 1101 | 10010100 | 110010 | 1001011 |
Color Harmonies of #9FDFBD
Complementary color
Monochromatic Colors of #9FDFBD
Black with #9FDFBD
Text Example
Text Example
White with #9FDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFBD; }
p { color: rgb(159,223,189); }
H1.HeaderClassName
{
color: #9FDFBD;
}
.AnyTagClassName
{
color: #9FDFBD;
}
</style>
background-color css
<style>
a { background-color: #9FDFBD; }
a { background-color: rgb(159,223,189); }
div.DivClassName
{
background-color: #9FDFBD;
}
.BgClassName
{
background-color: #9FDFBD;
}
</style>
border-color css
<style>
span { border-color: #9FDFBD; }
span { border-color: rgb(159,223,189); }
td.TdClassName
{
border-color: #9FDFBD;
}
.TagClassName
{
border-color: #9FDFBD;
}
</style>