Shades of Vista Blue #96E1AD
Tints of Vista Blue #96E1AD
RGB
CMYK
RGB Variations
Color information
#96E1AD (or 0x96E1AD) is known color: Vista Blue. HEX triplet: 96, E1 and AD. RGB value is (150,225,173). Sum of RGB (Red+Green+Blue) = 150+225+173=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E1AD is #691E52. Grayscale: #C4C4C4. Windows color (decimal): -6889043 or 11395478. OLE color: 11395478.
HSL color Cylindrical-coordinate representation of color #96E1AD: hue angle of 138.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1AD is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 173 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.12 |
| HSL | 138.4º | 0.56% | 0.74% | - |
| HSV(B) | 138.4º | 0.33% | 0.88% | - |
| XYZ | 47.05 | 63.35 | 49.28 | - |
| YUV | 196.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 173 | 0.33 | 0 | 0.23 | 0.12 | 138.4 | 0.56 | 0.74 |
| Hex | 96 | E1 | AD | 21 | 0 | 17 | C | 8A | 38 | 4A |
| Octal | 226 | 341 | 255 | 41 | 0 | 27 | 14 | 212 | 70 | 112 |
| Binary | 10010110 | 11100001 | 10101101 | 100001 | 0 | 10111 | 1100 | 10001010 | 111000 | 1001010 |
Color Harmonies of #96E1AD
Complementary color
Monochromatic Colors of #96E1AD
Black with #96E1AD
Text Example
Text Example
White with #96E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E1AD; }
p { color: rgb(150,225,173); }
H1.HeaderClassName
{
color: #96E1AD;
}
.AnyTagClassName
{
color: #96E1AD;
}
</style>
background-color css
<style>
a { background-color: #96E1AD; }
a { background-color: rgb(150,225,173); }
div.DivClassName
{
background-color: #96E1AD;
}
.BgClassName
{
background-color: #96E1AD;
}
</style>
border-color css
<style>
span { border-color: #96E1AD; }
span { border-color: rgb(150,225,173); }
td.TdClassName
{
border-color: #96E1AD;
}
.TagClassName
{
border-color: #96E1AD;
}
</style>