Shades of Vista Blue #96D5AF
Tints of Vista Blue #96D5AF
RGB
CMYK
RGB Variations
Color information
#96D5AF (or 0x96D5AF) is known color: Vista Blue. HEX triplet: 96, D5 and AF. RGB value is (150,213,175). Sum of RGB (Red+Green+Blue) = 150+213+175=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5AF is #692A50. Grayscale: #BDBDBD. Windows color (decimal): -6892113 or 11523478. OLE color: 11523478.
HSL color Cylindrical-coordinate representation of color #96D5AF: hue angle of 143.81º 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 #96D5AF is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 175 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.16 |
| HSL | 143.81º | 0.43% | 0.71% | - |
| HSV(B) | 143.81º | 0.3% | 0.84% | - |
| XYZ | 44.11 | 57.17 | 49.27 | - |
| YUV | 189.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 175 | 0.30 | 0 | 0.18 | 0.16 | 143.81 | 0.43 | 0.71 |
| Hex | 96 | D5 | AF | 1E | 0 | 12 | 10 | 90 | 2B | 47 |
| Octal | 226 | 325 | 257 | 36 | 0 | 22 | 20 | 220 | 53 | 107 |
| Binary | 10010110 | 11010101 | 10101111 | 11110 | 0 | 10010 | 10000 | 10010000 | 101011 | 1000111 |
Color Harmonies of #96D5AF
Complementary color
Monochromatic Colors of #96D5AF
Black with #96D5AF
Text Example
Text Example
White with #96D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5AF; }
p { color: rgb(150,213,175); }
H1.HeaderClassName
{
color: #96D5AF;
}
.AnyTagClassName
{
color: #96D5AF;
}
</style>
background-color css
<style>
a { background-color: #96D5AF; }
a { background-color: rgb(150,213,175); }
div.DivClassName
{
background-color: #96D5AF;
}
.BgClassName
{
background-color: #96D5AF;
}
</style>
border-color css
<style>
span { border-color: #96D5AF; }
span { border-color: rgb(150,213,175); }
td.TdClassName
{
border-color: #96D5AF;
}
.TagClassName
{
border-color: #96D5AF;
}
</style>