Shades of Vista Blue #9BF0B9
Tints of Vista Blue #9BF0B9
RGB
CMYK
RGB Variations
Color information
#9BF0B9 (or 0x9BF0B9) is known color: Vista Blue. HEX triplet: 9B, F0 and B9. RGB value is (155,240,185). Sum of RGB (Red+Green+Blue) = 155+240+185=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF0B9 is #640F46. Grayscale: #D0D0D0. Windows color (decimal): -6557511 or 12185755. OLE color: 12185755.
HSL color Cylindrical-coordinate representation of color #9BF0B9: hue angle of 141.18º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0B9 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 185 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.06 |
| HSL | 141.18º | 0.74% | 0.77% | - |
| HSV(B) | 141.18º | 0.35% | 0.94% | - |
| XYZ | 53.43 | 72.79 | 57.13 | - |
| YUV | 208.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 185 | 0.35 | 0 | 0.23 | 0.06 | 141.18 | 0.74 | 0.77 |
| Hex | 9B | F0 | B9 | 23 | 0 | 17 | 6 | 8D | 4A | 4D |
| Octal | 233 | 360 | 271 | 43 | 0 | 27 | 6 | 215 | 112 | 115 |
| Binary | 10011011 | 11110000 | 10111001 | 100011 | 0 | 10111 | 110 | 10001101 | 1001010 | 1001101 |
Color Harmonies of #9BF0B9
Complementary color
Monochromatic Colors of #9BF0B9
Black with #9BF0B9
Text Example
Text Example
White with #9BF0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF0B9; }
p { color: rgb(155,240,185); }
H1.HeaderClassName
{
color: #9BF0B9;
}
.AnyTagClassName
{
color: #9BF0B9;
}
</style>
background-color css
<style>
a { background-color: #9BF0B9; }
a { background-color: rgb(155,240,185); }
div.DivClassName
{
background-color: #9BF0B9;
}
.BgClassName
{
background-color: #9BF0B9;
}
</style>
border-color css
<style>
span { border-color: #9BF0B9; }
span { border-color: rgb(155,240,185); }
td.TdClassName
{
border-color: #9BF0B9;
}
.TagClassName
{
border-color: #9BF0B9;
}
</style>