Shades of Vista Blue #9FDBBA
Tints of Vista Blue #9FDBBA
RGB
CMYK
RGB Variations
Color information
#9FDBBA (or 0x9FDBBA) is known color: Vista Blue. HEX triplet: 9F, DB and BA. RGB value is (159,219,186). Sum of RGB (Red+Green+Blue) = 159+219+186=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBBA is #602445. Grayscale: #C5C5C5. Windows color (decimal): -6300742 or 12245919. OLE color: 12245919.
HSL color Cylindrical-coordinate representation of color #9FDBBA: hue angle of 147º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBBA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 186 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.14 |
| HSL | 147º | 0.45% | 0.74% | - |
| HSV(B) | 147º | 0.27% | 0.86% | - |
| XYZ | 48.49 | 61.58 | 55.78 | - |
| YUV | 197.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 186 | 0.27 | 0 | 0.15 | 0.14 | 147 | 0.45 | 0.74 |
| Hex | 9F | DB | BA | 1B | 0 | F | E | 93 | 2D | 4A |
| Octal | 237 | 333 | 272 | 33 | 0 | 17 | 16 | 223 | 55 | 112 |
| Binary | 10011111 | 11011011 | 10111010 | 11011 | 0 | 1111 | 1110 | 10010011 | 101101 | 1001010 |
Color Harmonies of #9FDBBA
Complementary color
Monochromatic Colors of #9FDBBA
Black with #9FDBBA
Text Example
Text Example
White with #9FDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBBA; }
p { color: rgb(159,219,186); }
H1.HeaderClassName
{
color: #9FDBBA;
}
.AnyTagClassName
{
color: #9FDBBA;
}
</style>
background-color css
<style>
a { background-color: #9FDBBA; }
a { background-color: rgb(159,219,186); }
div.DivClassName
{
background-color: #9FDBBA;
}
.BgClassName
{
background-color: #9FDBBA;
}
</style>
border-color css
<style>
span { border-color: #9FDBBA; }
span { border-color: rgb(159,219,186); }
td.TdClassName
{
border-color: #9FDBBA;
}
.TagClassName
{
border-color: #9FDBBA;
}
</style>