Shades of Vista Blue #9FEBBA
Tints of Vista Blue #9FEBBA
RGB
CMYK
RGB Variations
Color information
#9FEBBA (or 0x9FEBBA) is known color: Vista Blue. HEX triplet: 9F, EB and BA. RGB value is (159,235,186). Sum of RGB (Red+Green+Blue) = 159+235+186=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBBA is #601445. Grayscale: #CECECE. Windows color (decimal): -6296646 or 12250015. OLE color: 12250015.
HSL color Cylindrical-coordinate representation of color #9FEBBA: hue angle of 141.32º 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 #9FEBBA is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 186 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.08 |
| HSL | 141.32º | 0.66% | 0.77% | - |
| HSV(B) | 141.32º | 0.32% | 0.92% | - |
| XYZ | 52.87 | 70.33 | 57.24 | - |
| YUV | 206.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 186 | 0.32 | 0 | 0.21 | 0.08 | 141.32 | 0.66 | 0.77 |
| Hex | 9F | EB | BA | 20 | 0 | 15 | 8 | 8D | 42 | 4D |
| Octal | 237 | 353 | 272 | 40 | 0 | 25 | 10 | 215 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10111010 | 100000 | 0 | 10101 | 1000 | 10001101 | 1000010 | 1001101 |
Color Harmonies of #9FEBBA
Complementary color
Monochromatic Colors of #9FEBBA
Black with #9FEBBA
Text Example
Text Example
White with #9FEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBBA; }
p { color: rgb(159,235,186); }
H1.HeaderClassName
{
color: #9FEBBA;
}
.AnyTagClassName
{
color: #9FEBBA;
}
</style>
background-color css
<style>
a { background-color: #9FEBBA; }
a { background-color: rgb(159,235,186); }
div.DivClassName
{
background-color: #9FEBBA;
}
.BgClassName
{
background-color: #9FEBBA;
}
</style>
border-color css
<style>
span { border-color: #9FEBBA; }
span { border-color: rgb(159,235,186); }
td.TdClassName
{
border-color: #9FEBBA;
}
.TagClassName
{
border-color: #9FEBBA;
}
</style>