Shades of Vista Blue #9FE2BC
Tints of Vista Blue #9FE2BC
RGB
CMYK
RGB Variations
Color information
#9FE2BC (or 0x9FE2BC) is known color: Vista Blue. HEX triplet: 9F, E2 and BC. RGB value is (159,226,188). Sum of RGB (Red+Green+Blue) = 159+226+188=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE2BC is #601D43. Grayscale: #C9C9C9. Windows color (decimal): -6298948 or 12378783. OLE color: 12378783.
HSL color Cylindrical-coordinate representation of color #9FE2BC: hue angle of 145.97º 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 #9FE2BC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 188 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.11 |
| HSL | 145.97º | 0.54% | 0.75% | - |
| HSV(B) | 145.97º | 0.3% | 0.89% | - |
| XYZ | 50.57 | 65.39 | 57.53 | - |
| YUV | 201.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 188 | 0.30 | 0 | 0.17 | 0.11 | 145.97 | 0.54 | 0.75 |
| Hex | 9F | E2 | BC | 1E | 0 | 11 | B | 92 | 36 | 4B |
| Octal | 237 | 342 | 274 | 36 | 0 | 21 | 13 | 222 | 66 | 113 |
| Binary | 10011111 | 11100010 | 10111100 | 11110 | 0 | 10001 | 1011 | 10010010 | 110110 | 1001011 |
Color Harmonies of #9FE2BC
Complementary color
Monochromatic Colors of #9FE2BC
Black with #9FE2BC
Text Example
Text Example
White with #9FE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE2BC; }
p { color: rgb(159,226,188); }
H1.HeaderClassName
{
color: #9FE2BC;
}
.AnyTagClassName
{
color: #9FE2BC;
}
</style>
background-color css
<style>
a { background-color: #9FE2BC; }
a { background-color: rgb(159,226,188); }
div.DivClassName
{
background-color: #9FE2BC;
}
.BgClassName
{
background-color: #9FE2BC;
}
</style>
border-color css
<style>
span { border-color: #9FE2BC; }
span { border-color: rgb(159,226,188); }
td.TdClassName
{
border-color: #9FE2BC;
}
.TagClassName
{
border-color: #9FE2BC;
}
</style>