Shades of Vista Blue #9FDDBC
Tints of Vista Blue #9FDDBC
RGB
CMYK
RGB Variations
Color information
#9FDDBC (or 0x9FDDBC) is known color: Vista Blue. HEX triplet: 9F, DD and BC. RGB value is (159,221,188). Sum of RGB (Red+Green+Blue) = 159+221+188=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDBC is #602243. Grayscale: #C6C6C6. Windows color (decimal): -6300228 or 12377503. OLE color: 12377503.
HSL color Cylindrical-coordinate representation of color #9FDDBC: hue angle of 148.06º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDBC is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 188 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.13 |
| HSL | 148.06º | 0.48% | 0.75% | - |
| HSV(B) | 148.06º | 0.28% | 0.87% | - |
| XYZ | 49.23 | 62.71 | 57.09 | - |
| YUV | 198.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 188 | 0.28 | 0 | 0.15 | 0.13 | 148.06 | 0.48 | 0.75 |
| Hex | 9F | DD | BC | 1C | 0 | F | D | 94 | 30 | 4B |
| Octal | 237 | 335 | 274 | 34 | 0 | 17 | 15 | 224 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10111100 | 11100 | 0 | 1111 | 1101 | 10010100 | 110000 | 1001011 |
Color Harmonies of #9FDDBC
Complementary color
Monochromatic Colors of #9FDDBC
Black with #9FDDBC
Text Example
Text Example
White with #9FDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDBC; }
p { color: rgb(159,221,188); }
H1.HeaderClassName
{
color: #9FDDBC;
}
.AnyTagClassName
{
color: #9FDDBC;
}
</style>
background-color css
<style>
a { background-color: #9FDDBC; }
a { background-color: rgb(159,221,188); }
div.DivClassName
{
background-color: #9FDDBC;
}
.BgClassName
{
background-color: #9FDDBC;
}
</style>
border-color css
<style>
span { border-color: #9FDDBC; }
span { border-color: rgb(159,221,188); }
td.TdClassName
{
border-color: #9FDDBC;
}
.TagClassName
{
border-color: #9FDDBC;
}
</style>