Shades of Vista Blue #96F2BB
Tints of Vista Blue #96F2BB
RGB
CMYK
RGB Variations
Color information
#96F2BB (or 0x96F2BB) is known color: Vista Blue. HEX triplet: 96, F2 and BB. RGB value is (150,242,187). Sum of RGB (Red+Green+Blue) = 150+242+187=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2BB is #690D44. Grayscale: #D0D0D0. Windows color (decimal): -6884677 or 12317334. OLE color: 12317334.
HSL color Cylindrical-coordinate representation of color #96F2BB: hue angle of 144.13º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2BB is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 187 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.05 |
| HSL | 144.13º | 0.78% | 0.77% | - |
| HSV(B) | 144.13º | 0.38% | 0.95% | - |
| XYZ | 53.3 | 73.58 | 58.41 | - |
| YUV | 208.22 | 116.02 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 187 | 0.38 | 0 | 0.23 | 0.05 | 144.13 | 0.78 | 0.77 |
| Hex | 96 | F2 | BB | 26 | 0 | 17 | 5 | 90 | 4E | 4D |
| Octal | 226 | 362 | 273 | 46 | 0 | 27 | 5 | 220 | 116 | 115 |
| Binary | 10010110 | 11110010 | 10111011 | 100110 | 0 | 10111 | 101 | 10010000 | 1001110 | 1001101 |
Color Harmonies of #96F2BB
Complementary color
Monochromatic Colors of #96F2BB
Black with #96F2BB
Text Example
Text Example
White with #96F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2BB; }
p { color: rgb(150,242,187); }
H1.HeaderClassName
{
color: #96F2BB;
}
.AnyTagClassName
{
color: #96F2BB;
}
</style>
background-color css
<style>
a { background-color: #96F2BB; }
a { background-color: rgb(150,242,187); }
div.DivClassName
{
background-color: #96F2BB;
}
.BgClassName
{
background-color: #96F2BB;
}
</style>
border-color css
<style>
span { border-color: #96F2BB; }
span { border-color: rgb(150,242,187); }
td.TdClassName
{
border-color: #96F2BB;
}
.TagClassName
{
border-color: #96F2BB;
}
</style>