Shades of Vista Blue #9FE0BB
Tints of Vista Blue #9FE0BB
RGB
CMYK
RGB Variations
Color information
#9FE0BB (or 0x9FE0BB) is known color: Vista Blue. HEX triplet: 9F, E0 and BB. RGB value is (159,224,187). Sum of RGB (Red+Green+Blue) = 159+224+187=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0BB is #601F44. Grayscale: #C8C8C8. Windows color (decimal): -6299461 or 12312735. OLE color: 12312735.
HSL color Cylindrical-coordinate representation of color #9FE0BB: hue angle of 145.85º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0BB is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 187 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.12 |
| HSL | 145.85º | 0.51% | 0.75% | - |
| HSV(B) | 145.85º | 0.29% | 0.88% | - |
| XYZ | 49.92 | 64.27 | 56.79 | - |
| YUV | 200.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 187 | 0.29 | 0 | 0.17 | 0.12 | 145.85 | 0.51 | 0.75 |
| Hex | 9F | E0 | BB | 1D | 0 | 11 | C | 92 | 33 | 4B |
| Octal | 237 | 340 | 273 | 35 | 0 | 21 | 14 | 222 | 63 | 113 |
| Binary | 10011111 | 11100000 | 10111011 | 11101 | 0 | 10001 | 1100 | 10010010 | 110011 | 1001011 |
Color Harmonies of #9FE0BB
Complementary color
Monochromatic Colors of #9FE0BB
Black with #9FE0BB
Text Example
Text Example
White with #9FE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0BB; }
p { color: rgb(159,224,187); }
H1.HeaderClassName
{
color: #9FE0BB;
}
.AnyTagClassName
{
color: #9FE0BB;
}
</style>
background-color css
<style>
a { background-color: #9FE0BB; }
a { background-color: rgb(159,224,187); }
div.DivClassName
{
background-color: #9FE0BB;
}
.BgClassName
{
background-color: #9FE0BB;
}
</style>
border-color css
<style>
span { border-color: #9FE0BB; }
span { border-color: rgb(159,224,187); }
td.TdClassName
{
border-color: #9FE0BB;
}
.TagClassName
{
border-color: #9FE0BB;
}
</style>