Shades of Vista Blue #96D8AD
Tints of Vista Blue #96D8AD
RGB
CMYK
RGB Variations
Color information
#96D8AD (or 0x96D8AD) is known color: Vista Blue. HEX triplet: 96, D8 and AD. RGB value is (150,216,173). Sum of RGB (Red+Green+Blue) = 150+216+173=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #96D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D8AD is #692752. Grayscale: #BFBFBF. Windows color (decimal): -6891347 or 11393174. OLE color: 11393174.
HSL color Cylindrical-coordinate representation of color #96D8AD: hue angle of 140.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D8AD is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 173 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.15 |
| HSL | 140.91º | 0.46% | 0.72% | - |
| HSV(B) | 140.91º | 0.31% | 0.85% | - |
| XYZ | 44.68 | 58.61 | 48.49 | - |
| YUV | 191.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 173 | 0.31 | 0 | 0.20 | 0.15 | 140.91 | 0.46 | 0.72 |
| Hex | 96 | D8 | AD | 1F | 0 | 14 | F | 8D | 2E | 48 |
| Octal | 226 | 330 | 255 | 37 | 0 | 24 | 17 | 215 | 56 | 110 |
| Binary | 10010110 | 11011000 | 10101101 | 11111 | 0 | 10100 | 1111 | 10001101 | 101110 | 1001000 |
Color Harmonies of #96D8AD
Complementary color
Monochromatic Colors of #96D8AD
Black with #96D8AD
Text Example
Text Example
White with #96D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D8AD; }
p { color: rgb(150,216,173); }
H1.HeaderClassName
{
color: #96D8AD;
}
.AnyTagClassName
{
color: #96D8AD;
}
</style>
background-color css
<style>
a { background-color: #96D8AD; }
a { background-color: rgb(150,216,173); }
div.DivClassName
{
background-color: #96D8AD;
}
.BgClassName
{
background-color: #96D8AD;
}
</style>
border-color css
<style>
span { border-color: #96D8AD; }
span { border-color: rgb(150,216,173); }
td.TdClassName
{
border-color: #96D8AD;
}
.TagClassName
{
border-color: #96D8AD;
}
</style>