Shades of Vista Blue #96D6AD
Tints of Vista Blue #96D6AD
RGB
CMYK
RGB Variations
Color information
#96D6AD (or 0x96D6AD) is known color: Vista Blue. HEX triplet: 96, D6 and AD. RGB value is (150,214,173). Sum of RGB (Red+Green+Blue) = 150+214+173=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D6AD is #692952. Grayscale: #BEBEBE. Windows color (decimal): -6891859 or 11392662. OLE color: 11392662.
HSL color Cylindrical-coordinate representation of color #96D6AD: hue angle of 141.56º degrees, saturation: 0.44, 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 #96D6AD is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 173 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.16 |
| HSL | 141.56º | 0.44% | 0.71% | - |
| HSV(B) | 141.56º | 0.3% | 0.84% | - |
| XYZ | 44.17 | 57.59 | 48.32 | - |
| YUV | 190.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 173 | 0.30 | 0 | 0.19 | 0.16 | 141.56 | 0.44 | 0.71 |
| Hex | 96 | D6 | AD | 1E | 0 | 13 | 10 | 8E | 2C | 47 |
| Octal | 226 | 326 | 255 | 36 | 0 | 23 | 20 | 216 | 54 | 107 |
| Binary | 10010110 | 11010110 | 10101101 | 11110 | 0 | 10011 | 10000 | 10001110 | 101100 | 1000111 |
Color Harmonies of #96D6AD
Complementary color
Monochromatic Colors of #96D6AD
Black with #96D6AD
Text Example
Text Example
White with #96D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D6AD; }
p { color: rgb(150,214,173); }
H1.HeaderClassName
{
color: #96D6AD;
}
.AnyTagClassName
{
color: #96D6AD;
}
</style>
background-color css
<style>
a { background-color: #96D6AD; }
a { background-color: rgb(150,214,173); }
div.DivClassName
{
background-color: #96D6AD;
}
.BgClassName
{
background-color: #96D6AD;
}
</style>
border-color css
<style>
span { border-color: #96D6AD; }
span { border-color: rgb(150,214,173); }
td.TdClassName
{
border-color: #96D6AD;
}
.TagClassName
{
border-color: #96D6AD;
}
</style>