Shades of Vista Blue #9FE3BB
Tints of Vista Blue #9FE3BB
RGB
CMYK
RGB Variations
Color information
#9FE3BB (or 0x9FE3BB) is known color: Vista Blue. HEX triplet: 9F, E3 and BB. RGB value is (159,227,187). Sum of RGB (Red+Green+Blue) = 159+227+187=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3BB is #601C44. Grayscale: #CACACA. Windows color (decimal): -6298693 or 12313503. OLE color: 12313503.
HSL color Cylindrical-coordinate representation of color #9FE3BB: hue angle of 144.71º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3BB is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 187 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.11 |
| HSL | 144.71º | 0.55% | 0.76% | - |
| HSV(B) | 144.71º | 0.3% | 0.89% | - |
| XYZ | 50.74 | 65.9 | 57.06 | - |
| YUV | 202.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 187 | 0.30 | 0 | 0.18 | 0.11 | 144.71 | 0.55 | 0.76 |
| Hex | 9F | E3 | BB | 1E | 0 | 12 | B | 91 | 37 | 4C |
| Octal | 237 | 343 | 273 | 36 | 0 | 22 | 13 | 221 | 67 | 114 |
| Binary | 10011111 | 11100011 | 10111011 | 11110 | 0 | 10010 | 1011 | 10010001 | 110111 | 1001100 |
Color Harmonies of #9FE3BB
Complementary color
Monochromatic Colors of #9FE3BB
Black with #9FE3BB
Text Example
Text Example
White with #9FE3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE3BB; }
p { color: rgb(159,227,187); }
H1.HeaderClassName
{
color: #9FE3BB;
}
.AnyTagClassName
{
color: #9FE3BB;
}
</style>
background-color css
<style>
a { background-color: #9FE3BB; }
a { background-color: rgb(159,227,187); }
div.DivClassName
{
background-color: #9FE3BB;
}
.BgClassName
{
background-color: #9FE3BB;
}
</style>
border-color css
<style>
span { border-color: #9FE3BB; }
span { border-color: rgb(159,227,187); }
td.TdClassName
{
border-color: #9FE3BB;
}
.TagClassName
{
border-color: #9FE3BB;
}
</style>