Shades of Vista Blue #96E5AF
Tints of Vista Blue #96E5AF
RGB
CMYK
RGB Variations
Color information
#96E5AF (or 0x96E5AF) is known color: Vista Blue. HEX triplet: 96, E5 and AF. RGB value is (150,229,175). Sum of RGB (Red+Green+Blue) = 150+229+175=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E5AF is #691A50. Grayscale: #C7C7C7. Windows color (decimal): -6888017 or 11527574. OLE color: 11527574.
HSL color Cylindrical-coordinate representation of color #96E5AF: hue angle of 138.99º 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 #96E5AF is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 175 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.10 |
| HSL | 138.99º | 0.6% | 0.74% | - |
| HSV(B) | 138.99º | 0.34% | 0.9% | - |
| XYZ | 48.33 | 65.62 | 50.68 | - |
| YUV | 199.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 175 | 0.34 | 0 | 0.24 | 0.10 | 138.99 | 0.6 | 0.74 |
| Hex | 96 | E5 | AF | 22 | 0 | 18 | A | 8B | 3C | 4A |
| Octal | 226 | 345 | 257 | 42 | 0 | 30 | 12 | 213 | 74 | 112 |
| Binary | 10010110 | 11100101 | 10101111 | 100010 | 0 | 11000 | 1010 | 10001011 | 111100 | 1001010 |
Color Harmonies of #96E5AF
Complementary color
Monochromatic Colors of #96E5AF
Black with #96E5AF
Text Example
Text Example
White with #96E5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5AF; }
p { color: rgb(150,229,175); }
H1.HeaderClassName
{
color: #96E5AF;
}
.AnyTagClassName
{
color: #96E5AF;
}
</style>
background-color css
<style>
a { background-color: #96E5AF; }
a { background-color: rgb(150,229,175); }
div.DivClassName
{
background-color: #96E5AF;
}
.BgClassName
{
background-color: #96E5AF;
}
</style>
border-color css
<style>
span { border-color: #96E5AF; }
span { border-color: rgb(150,229,175); }
td.TdClassName
{
border-color: #96E5AF;
}
.TagClassName
{
border-color: #96E5AF;
}
</style>