Shades of Vista Blue #9FEBBC
Tints of Vista Blue #9FEBBC
RGB
CMYK
RGB Variations
Color information
#9FEBBC (or 0x9FEBBC) is known color: Vista Blue. HEX triplet: 9F, EB and BC. RGB value is (159,235,188). Sum of RGB (Red+Green+Blue) = 159+235+188=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBBC is #601443. Grayscale: #CFCFCF. Windows color (decimal): -6296644 or 12381087. OLE color: 12381087.
HSL color Cylindrical-coordinate representation of color #9FEBBC: hue angle of 142.89º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBBC is Cyan = 0.32, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 188 | - |
| CMYK | 0.32 | 0 | 0.2 | 0.08 |
| HSL | 142.89º | 0.66% | 0.77% | - |
| HSV(B) | 142.89º | 0.32% | 0.92% | - |
| XYZ | 53.08 | 70.42 | 58.37 | - |
| YUV | 206.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 188 | 0.32 | 0 | 0.2 | 0.08 | 142.89 | 0.66 | 0.77 |
| Hex | 9F | EB | BC | 20 | 0 | 14 | 8 | 8F | 42 | 4D |
| Octal | 237 | 353 | 274 | 40 | 0 | 24 | 10 | 217 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10111100 | 100000 | 0 | 10100 | 1000 | 10001111 | 1000010 | 1001101 |
Color Harmonies of #9FEBBC
Complementary color
Monochromatic Colors of #9FEBBC
Black with #9FEBBC
Text Example
Text Example
White with #9FEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBBC; }
p { color: rgb(159,235,188); }
H1.HeaderClassName
{
color: #9FEBBC;
}
.AnyTagClassName
{
color: #9FEBBC;
}
</style>
background-color css
<style>
a { background-color: #9FEBBC; }
a { background-color: rgb(159,235,188); }
div.DivClassName
{
background-color: #9FEBBC;
}
.BgClassName
{
background-color: #9FEBBC;
}
</style>
border-color css
<style>
span { border-color: #9FEBBC; }
span { border-color: rgb(159,235,188); }
td.TdClassName
{
border-color: #9FEBBC;
}
.TagClassName
{
border-color: #9FEBBC;
}
</style>