Shades of Vista Blue #96F4BA
Tints of Vista Blue #96F4BA
RGB
CMYK
RGB Variations
Color information
#96F4BA (or 0x96F4BA) is known color: Vista Blue. HEX triplet: 96, F4 and BA. RGB value is (150,244,186). Sum of RGB (Red+Green+Blue) = 150+244+186=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F4BA is #690B45. Grayscale: #D1D1D1. Windows color (decimal): -6884166 or 12252310. OLE color: 12252310.
HSL color Cylindrical-coordinate representation of color #96F4BA: hue angle of 142.98º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F4BA is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 244 | 186 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.04 |
| HSL | 142.98º | 0.81% | 0.77% | - |
| HSV(B) | 142.98º | 0.39% | 0.96% | - |
| XYZ | 53.79 | 74.73 | 58.04 | - |
| YUV | 209.28 | 114.86 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 244 | 186 | 0.39 | 0 | 0.24 | 0.04 | 142.98 | 0.81 | 0.77 |
| Hex | 96 | F4 | BA | 27 | 0 | 18 | 4 | 8F | 51 | 4D |
| Octal | 226 | 364 | 272 | 47 | 0 | 30 | 4 | 217 | 121 | 115 |
| Binary | 10010110 | 11110100 | 10111010 | 100111 | 0 | 11000 | 100 | 10001111 | 1010001 | 1001101 |
Color Harmonies of #96F4BA
Complementary color
Monochromatic Colors of #96F4BA
Black with #96F4BA
Text Example
Text Example
White with #96F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F4BA; }
p { color: rgb(150,244,186); }
H1.HeaderClassName
{
color: #96F4BA;
}
.AnyTagClassName
{
color: #96F4BA;
}
</style>
background-color css
<style>
a { background-color: #96F4BA; }
a { background-color: rgb(150,244,186); }
div.DivClassName
{
background-color: #96F4BA;
}
.BgClassName
{
background-color: #96F4BA;
}
</style>
border-color css
<style>
span { border-color: #96F4BA; }
span { border-color: rgb(150,244,186); }
td.TdClassName
{
border-color: #96F4BA;
}
.TagClassName
{
border-color: #96F4BA;
}
</style>