Shades of Vista Blue #96D2AF
Tints of Vista Blue #96D2AF
RGB
CMYK
RGB Variations
Color information
#96D2AF (or 0x96D2AF) is known color: Vista Blue. HEX triplet: 96, D2 and AF. RGB value is (150,210,175). Sum of RGB (Red+Green+Blue) = 150+210+175=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #96D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D2AF is #692D50. Grayscale: #BCBCBC. Windows color (decimal): -6892881 or 11522710. OLE color: 11522710.
HSL color Cylindrical-coordinate representation of color #96D2AF: hue angle of 145º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D2AF is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 175 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.18 |
| HSL | 145º | 0.4% | 0.71% | - |
| HSV(B) | 145º | 0.29% | 0.82% | - |
| XYZ | 43.36 | 55.67 | 49.02 | - |
| YUV | 188.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 175 | 0.29 | 0 | 0.17 | 0.18 | 145 | 0.4 | 0.71 |
| Hex | 96 | D2 | AF | 1D | 0 | 11 | 12 | 91 | 28 | 47 |
| Octal | 226 | 322 | 257 | 35 | 0 | 21 | 22 | 221 | 50 | 107 |
| Binary | 10010110 | 11010010 | 10101111 | 11101 | 0 | 10001 | 10010 | 10010001 | 101000 | 1000111 |
Color Harmonies of #96D2AF
Complementary color
Monochromatic Colors of #96D2AF
Black with #96D2AF
Text Example
Text Example
White with #96D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D2AF; }
p { color: rgb(150,210,175); }
H1.HeaderClassName
{
color: #96D2AF;
}
.AnyTagClassName
{
color: #96D2AF;
}
</style>
background-color css
<style>
a { background-color: #96D2AF; }
a { background-color: rgb(150,210,175); }
div.DivClassName
{
background-color: #96D2AF;
}
.BgClassName
{
background-color: #96D2AF;
}
</style>
border-color css
<style>
span { border-color: #96D2AF; }
span { border-color: rgb(150,210,175); }
td.TdClassName
{
border-color: #96D2AF;
}
.TagClassName
{
border-color: #96D2AF;
}
</style>