Shades of Vista Blue #96E5BA
Tints of Vista Blue #96E5BA
RGB
CMYK
RGB Variations
Color information
#96E5BA (or 0x96E5BA) is known color: Vista Blue. HEX triplet: 96, E5 and BA. RGB value is (150,229,186). Sum of RGB (Red+Green+Blue) = 150+229+186=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E5BA is #691A45. Grayscale: #C8C8C8. Windows color (decimal): -6888006 or 12248470. OLE color: 12248470.
HSL color Cylindrical-coordinate representation of color #96E5BA: hue angle of 147.34º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5BA is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 186 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.10 |
| HSL | 147.34º | 0.6% | 0.74% | - |
| HSV(B) | 147.34º | 0.34% | 0.9% | - |
| XYZ | 49.46 | 66.07 | 56.6 | - |
| YUV | 200.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 186 | 0.34 | 0 | 0.19 | 0.10 | 147.34 | 0.6 | 0.74 |
| Hex | 96 | E5 | BA | 22 | 0 | 13 | A | 93 | 3C | 4A |
| Octal | 226 | 345 | 272 | 42 | 0 | 23 | 12 | 223 | 74 | 112 |
| Binary | 10010110 | 11100101 | 10111010 | 100010 | 0 | 10011 | 1010 | 10010011 | 111100 | 1001010 |
Color Harmonies of #96E5BA
Complementary color
Monochromatic Colors of #96E5BA
Black with #96E5BA
Text Example
Text Example
White with #96E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5BA; }
p { color: rgb(150,229,186); }
H1.HeaderClassName
{
color: #96E5BA;
}
.AnyTagClassName
{
color: #96E5BA;
}
</style>
background-color css
<style>
a { background-color: #96E5BA; }
a { background-color: rgb(150,229,186); }
div.DivClassName
{
background-color: #96E5BA;
}
.BgClassName
{
background-color: #96E5BA;
}
</style>
border-color css
<style>
span { border-color: #96E5BA; }
span { border-color: rgb(150,229,186); }
td.TdClassName
{
border-color: #96E5BA;
}
.TagClassName
{
border-color: #96E5BA;
}
</style>