Shades of Vista Blue #9FDDBE
Tints of Vista Blue #9FDDBE
RGB
CMYK
RGB Variations
Color information
#9FDDBE (or 0x9FDDBE) is known color: Vista Blue. HEX triplet: 9F, DD and BE. RGB value is (159,221,190). Sum of RGB (Red+Green+Blue) = 159+221+190=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDBE is #602241. Grayscale: #C6C6C6. Windows color (decimal): -6300226 or 12508575. OLE color: 12508575.
HSL color Cylindrical-coordinate representation of color #9FDDBE: hue angle of 150º 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 #9FDDBE is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 190 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.13 |
| HSL | 150º | 0.48% | 0.75% | - |
| HSV(B) | 150º | 0.28% | 0.87% | - |
| XYZ | 49.45 | 62.8 | 58.23 | - |
| YUV | 198.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 190 | 0.28 | 0 | 0.14 | 0.13 | 150 | 0.48 | 0.75 |
| Hex | 9F | DD | BE | 1C | 0 | E | D | 96 | 30 | 4B |
| Octal | 237 | 335 | 276 | 34 | 0 | 16 | 15 | 226 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10111110 | 11100 | 0 | 1110 | 1101 | 10010110 | 110000 | 1001011 |
Color Harmonies of #9FDDBE
Complementary color
Monochromatic Colors of #9FDDBE
Black with #9FDDBE
Text Example
Text Example
White with #9FDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDBE; }
p { color: rgb(159,221,190); }
H1.HeaderClassName
{
color: #9FDDBE;
}
.AnyTagClassName
{
color: #9FDDBE;
}
</style>
background-color css
<style>
a { background-color: #9FDDBE; }
a { background-color: rgb(159,221,190); }
div.DivClassName
{
background-color: #9FDDBE;
}
.BgClassName
{
background-color: #9FDDBE;
}
</style>
border-color css
<style>
span { border-color: #9FDDBE; }
span { border-color: rgb(159,221,190); }
td.TdClassName
{
border-color: #9FDDBE;
}
.TagClassName
{
border-color: #9FDDBE;
}
</style>