Shades of Vista Blue #9FE2BB
Tints of Vista Blue #9FE2BB
RGB
CMYK
RGB Variations
Color information
#9FE2BB (or 0x9FE2BB) is known color: Vista Blue. HEX triplet: 9F, E2 and BB. RGB value is (159,226,187). Sum of RGB (Red+Green+Blue) = 159+226+187=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE2BB is #601D44. Grayscale: #C9C9C9. Windows color (decimal): -6298949 or 12313247. OLE color: 12313247.
HSL color Cylindrical-coordinate representation of color #9FE2BB: hue angle of 145.07º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE2BB is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 187 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.11 |
| HSL | 145.07º | 0.54% | 0.75% | - |
| HSV(B) | 145.07º | 0.3% | 0.89% | - |
| XYZ | 50.46 | 65.35 | 56.97 | - |
| YUV | 201.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 187 | 0.30 | 0 | 0.17 | 0.11 | 145.07 | 0.54 | 0.75 |
| Hex | 9F | E2 | BB | 1E | 0 | 11 | B | 91 | 36 | 4B |
| Octal | 237 | 342 | 273 | 36 | 0 | 21 | 13 | 221 | 66 | 113 |
| Binary | 10011111 | 11100010 | 10111011 | 11110 | 0 | 10001 | 1011 | 10010001 | 110110 | 1001011 |
Color Harmonies of #9FE2BB
Complementary color
Monochromatic Colors of #9FE2BB
Black with #9FE2BB
Text Example
Text Example
White with #9FE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE2BB; }
p { color: rgb(159,226,187); }
H1.HeaderClassName
{
color: #9FE2BB;
}
.AnyTagClassName
{
color: #9FE2BB;
}
</style>
background-color css
<style>
a { background-color: #9FE2BB; }
a { background-color: rgb(159,226,187); }
div.DivClassName
{
background-color: #9FE2BB;
}
.BgClassName
{
background-color: #9FE2BB;
}
</style>
border-color css
<style>
span { border-color: #9FE2BB; }
span { border-color: rgb(159,226,187); }
td.TdClassName
{
border-color: #9FE2BB;
}
.TagClassName
{
border-color: #9FE2BB;
}
</style>