Shades of Vista Blue #96E4AE
Tints of Vista Blue #96E4AE
RGB
CMYK
RGB Variations
Color information
#96E4AE (or 0x96E4AE) is known color: Vista Blue. HEX triplet: 96, E4 and AE. RGB value is (150,228,174). Sum of RGB (Red+Green+Blue) = 150+228+174=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E4AE is #691B51. Grayscale: #C6C6C6. Windows color (decimal): -6888274 or 11461782. OLE color: 11461782.
HSL color Cylindrical-coordinate representation of color #96E4AE: hue angle of 138.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E4AE is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 174 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.11 |
| HSL | 138.46º | 0.59% | 0.74% | - |
| HSV(B) | 138.46º | 0.34% | 0.89% | - |
| XYZ | 47.96 | 65.03 | 50.07 | - |
| YUV | 198.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 174 | 0.34 | 0 | 0.24 | 0.11 | 138.46 | 0.59 | 0.74 |
| Hex | 96 | E4 | AE | 22 | 0 | 18 | B | 8A | 3B | 4A |
| Octal | 226 | 344 | 256 | 42 | 0 | 30 | 13 | 212 | 73 | 112 |
| Binary | 10010110 | 11100100 | 10101110 | 100010 | 0 | 11000 | 1011 | 10001010 | 111011 | 1001010 |
Color Harmonies of #96E4AE
Complementary color
Monochromatic Colors of #96E4AE
Black with #96E4AE
Text Example
Text Example
White with #96E4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4AE; }
p { color: rgb(150,228,174); }
H1.HeaderClassName
{
color: #96E4AE;
}
.AnyTagClassName
{
color: #96E4AE;
}
</style>
background-color css
<style>
a { background-color: #96E4AE; }
a { background-color: rgb(150,228,174); }
div.DivClassName
{
background-color: #96E4AE;
}
.BgClassName
{
background-color: #96E4AE;
}
</style>
border-color css
<style>
span { border-color: #96E4AE; }
span { border-color: rgb(150,228,174); }
td.TdClassName
{
border-color: #96E4AE;
}
.TagClassName
{
border-color: #96E4AE;
}
</style>