Shades of Vista Blue #9FE5BB
Tints of Vista Blue #9FE5BB
RGB
CMYK
RGB Variations
Color information
#9FE5BB (or 0x9FE5BB) is known color: Vista Blue. HEX triplet: 9F, E5 and BB. RGB value is (159,229,187). Sum of RGB (Red+Green+Blue) = 159+229+187=575 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.65% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5BB is #601A44. Grayscale: #CBCBCB. Windows color (decimal): -6298181 or 12314015. OLE color: 12314015.
HSL color Cylindrical-coordinate representation of color #9FE5BB: hue angle of 144º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5BB is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 187 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.10 |
| HSL | 144º | 0.57% | 0.76% | - |
| HSV(B) | 144º | 0.31% | 0.9% | - |
| XYZ | 51.29 | 67 | 57.24 | - |
| YUV | 203.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 187 | 0.31 | 0 | 0.18 | 0.10 | 144 | 0.57 | 0.76 |
| Hex | 9F | E5 | BB | 1F | 0 | 12 | A | 90 | 39 | 4C |
| Octal | 237 | 345 | 273 | 37 | 0 | 22 | 12 | 220 | 71 | 114 |
| Binary | 10011111 | 11100101 | 10111011 | 11111 | 0 | 10010 | 1010 | 10010000 | 111001 | 1001100 |
Color Harmonies of #9FE5BB
Complementary color
Monochromatic Colors of #9FE5BB
Black with #9FE5BB
Text Example
Text Example
White with #9FE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5BB; }
p { color: rgb(159,229,187); }
H1.HeaderClassName
{
color: #9FE5BB;
}
.AnyTagClassName
{
color: #9FE5BB;
}
</style>
background-color css
<style>
a { background-color: #9FE5BB; }
a { background-color: rgb(159,229,187); }
div.DivClassName
{
background-color: #9FE5BB;
}
.BgClassName
{
background-color: #9FE5BB;
}
</style>
border-color css
<style>
span { border-color: #9FE5BB; }
span { border-color: rgb(159,229,187); }
td.TdClassName
{
border-color: #9FE5BB;
}
.TagClassName
{
border-color: #9FE5BB;
}
</style>