Shades of Vista Blue #96D5AB
Tints of Vista Blue #96D5AB
RGB
CMYK
RGB Variations
Color information
#96D5AB (or 0x96D5AB) is known color: Vista Blue. HEX triplet: 96, D5 and AB. RGB value is (150,213,171). Sum of RGB (Red+Green+Blue) = 150+213+171=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5AB is #692A54. Grayscale: #BDBDBD. Windows color (decimal): -6892117 or 11261334. OLE color: 11261334.
HSL color Cylindrical-coordinate representation of color #96D5AB: hue angle of 140º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D5AB is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 171 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.16 |
| HSL | 140º | 0.43% | 0.71% | - |
| HSV(B) | 140º | 0.3% | 0.84% | - |
| XYZ | 43.72 | 57.01 | 47.23 | - |
| YUV | 189.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 171 | 0.30 | 0 | 0.20 | 0.16 | 140 | 0.43 | 0.71 |
| Hex | 96 | D5 | AB | 1E | 0 | 14 | 10 | 8C | 2B | 47 |
| Octal | 226 | 325 | 253 | 36 | 0 | 24 | 20 | 214 | 53 | 107 |
| Binary | 10010110 | 11010101 | 10101011 | 11110 | 0 | 10100 | 10000 | 10001100 | 101011 | 1000111 |
Color Harmonies of #96D5AB
Complementary color
Monochromatic Colors of #96D5AB
Black with #96D5AB
Text Example
Text Example
White with #96D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5AB; }
p { color: rgb(150,213,171); }
H1.HeaderClassName
{
color: #96D5AB;
}
.AnyTagClassName
{
color: #96D5AB;
}
</style>
background-color css
<style>
a { background-color: #96D5AB; }
a { background-color: rgb(150,213,171); }
div.DivClassName
{
background-color: #96D5AB;
}
.BgClassName
{
background-color: #96D5AB;
}
</style>
border-color css
<style>
span { border-color: #96D5AB; }
span { border-color: rgb(150,213,171); }
td.TdClassName
{
border-color: #96D5AB;
}
.TagClassName
{
border-color: #96D5AB;
}
</style>