Shades of Vista Blue #9FDBBD
Tints of Vista Blue #9FDBBD
RGB
CMYK
RGB Variations
Color information
#9FDBBD (or 0x9FDBBD) is known color: Vista Blue. HEX triplet: 9F, DB and BD. RGB value is (159,219,189). Sum of RGB (Red+Green+Blue) = 159+219+189=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBBD is #602442. Grayscale: #C5C5C5. Windows color (decimal): -6300739 or 12442527. OLE color: 12442527.
HSL color Cylindrical-coordinate representation of color #9FDBBD: hue angle of 150º 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 #9FDBBD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 189 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.14 |
| HSL | 150º | 0.45% | 0.74% | - |
| HSV(B) | 150º | 0.27% | 0.86% | - |
| XYZ | 48.81 | 61.71 | 57.48 | - |
| YUV | 197.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 189 | 0.27 | 0 | 0.14 | 0.14 | 150 | 0.45 | 0.74 |
| Hex | 9F | DB | BD | 1B | 0 | E | E | 96 | 2D | 4A |
| Octal | 237 | 333 | 275 | 33 | 0 | 16 | 16 | 226 | 55 | 112 |
| Binary | 10011111 | 11011011 | 10111101 | 11011 | 0 | 1110 | 1110 | 10010110 | 101101 | 1001010 |
Color Harmonies of #9FDBBD
Complementary color
Monochromatic Colors of #9FDBBD
Black with #9FDBBD
Text Example
Text Example
White with #9FDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBBD; }
p { color: rgb(159,219,189); }
H1.HeaderClassName
{
color: #9FDBBD;
}
.AnyTagClassName
{
color: #9FDBBD;
}
</style>
background-color css
<style>
a { background-color: #9FDBBD; }
a { background-color: rgb(159,219,189); }
div.DivClassName
{
background-color: #9FDBBD;
}
.BgClassName
{
background-color: #9FDBBD;
}
</style>
border-color css
<style>
span { border-color: #9FDBBD; }
span { border-color: rgb(159,219,189); }
td.TdClassName
{
border-color: #9FDBBD;
}
.TagClassName
{
border-color: #9FDBBD;
}
</style>