Shades of Vista Blue #9FDCBB
Tints of Vista Blue #9FDCBB
RGB
CMYK
RGB Variations
Color information
#9FDCBB (or 0x9FDCBB) is known color: Vista Blue. HEX triplet: 9F, DC and BB. RGB value is (159,220,187). Sum of RGB (Red+Green+Blue) = 159+220+187=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCBB is #602344. Grayscale: #C6C6C6. Windows color (decimal): -6300485 or 12311711. OLE color: 12311711.
HSL color Cylindrical-coordinate representation of color #9FDCBB: hue angle of 147.54º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCBB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 187 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.14 |
| HSL | 147.54º | 0.47% | 0.74% | - |
| HSV(B) | 147.54º | 0.28% | 0.86% | - |
| XYZ | 48.86 | 62.15 | 56.43 | - |
| YUV | 198 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 187 | 0.28 | 0 | 0.15 | 0.14 | 147.54 | 0.47 | 0.74 |
| Hex | 9F | DC | BB | 1C | 0 | F | E | 94 | 2F | 4A |
| Octal | 237 | 334 | 273 | 34 | 0 | 17 | 16 | 224 | 57 | 112 |
| Binary | 10011111 | 11011100 | 10111011 | 11100 | 0 | 1111 | 1110 | 10010100 | 101111 | 1001010 |
Color Harmonies of #9FDCBB
Complementary color
Monochromatic Colors of #9FDCBB
Black with #9FDCBB
Text Example
Text Example
White with #9FDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCBB; }
p { color: rgb(159,220,187); }
H1.HeaderClassName
{
color: #9FDCBB;
}
.AnyTagClassName
{
color: #9FDCBB;
}
</style>
background-color css
<style>
a { background-color: #9FDCBB; }
a { background-color: rgb(159,220,187); }
div.DivClassName
{
background-color: #9FDCBB;
}
.BgClassName
{
background-color: #9FDCBB;
}
</style>
border-color css
<style>
span { border-color: #9FDCBB; }
span { border-color: rgb(159,220,187); }
td.TdClassName
{
border-color: #9FDCBB;
}
.TagClassName
{
border-color: #9FDCBB;
}
</style>