Shades of Vista Blue #9BF2BA
Tints of Vista Blue #9BF2BA
RGB
CMYK
RGB Variations
Color information
#9BF2BA (or 0x9BF2BA) is known color: Vista Blue. HEX triplet: 9B, F2 and BA. RGB value is (155,242,186). Sum of RGB (Red+Green+Blue) = 155+242+186=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2BA is #640D45. Grayscale: #D1D1D1. Windows color (decimal): -6556998 or 12251803. OLE color: 12251803.
HSL color Cylindrical-coordinate representation of color #9BF2BA: hue angle of 141.38º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF2BA is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 186 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.05 |
| HSL | 141.38º | 0.77% | 0.78% | - |
| HSV(B) | 141.38º | 0.36% | 0.95% | - |
| XYZ | 54.13 | 74.02 | 57.89 | - |
| YUV | 209.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 186 | 0.36 | 0 | 0.23 | 0.05 | 141.38 | 0.77 | 0.78 |
| Hex | 9B | F2 | BA | 24 | 0 | 17 | 5 | 8D | 4D | 4E |
| Octal | 233 | 362 | 272 | 44 | 0 | 27 | 5 | 215 | 115 | 116 |
| Binary | 10011011 | 11110010 | 10111010 | 100100 | 0 | 10111 | 101 | 10001101 | 1001101 | 1001110 |
Color Harmonies of #9BF2BA
Complementary color
Monochromatic Colors of #9BF2BA
Black with #9BF2BA
Text Example
Text Example
White with #9BF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF2BA; }
p { color: rgb(155,242,186); }
H1.HeaderClassName
{
color: #9BF2BA;
}
.AnyTagClassName
{
color: #9BF2BA;
}
</style>
background-color css
<style>
a { background-color: #9BF2BA; }
a { background-color: rgb(155,242,186); }
div.DivClassName
{
background-color: #9BF2BA;
}
.BgClassName
{
background-color: #9BF2BA;
}
</style>
border-color css
<style>
span { border-color: #9BF2BA; }
span { border-color: rgb(155,242,186); }
td.TdClassName
{
border-color: #9BF2BA;
}
.TagClassName
{
border-color: #9BF2BA;
}
</style>