Shades of Vista Blue #96C5AF
Tints of Vista Blue #96C5AF
RGB
CMYK
RGB Variations
Color information
#96C5AF (or 0x96C5AF) is known color: Vista Blue. HEX triplet: 96, C5 and AF. RGB value is (150,197,175). Sum of RGB (Red+Green+Blue) = 150+197+175=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5AF is #693A50. Grayscale: #B4B4B4. Windows color (decimal): -6896209 or 11519382. OLE color: 11519382.
HSL color Cylindrical-coordinate representation of color #96C5AF: hue angle of 151.91º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5AF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 175 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.23 |
| HSL | 151.91º | 0.29% | 0.68% | - |
| HSV(B) | 151.91º | 0.24% | 0.77% | - |
| XYZ | 40.28 | 49.51 | 47.99 | - |
| YUV | 180.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 175 | 0.24 | 0 | 0.11 | 0.23 | 151.91 | 0.29 | 0.68 |
| Hex | 96 | C5 | AF | 18 | 0 | B | 17 | 98 | 1D | 44 |
| Octal | 226 | 305 | 257 | 30 | 0 | 13 | 27 | 230 | 35 | 104 |
| Binary | 10010110 | 11000101 | 10101111 | 11000 | 0 | 1011 | 10111 | 10011000 | 11101 | 1000100 |
Color Harmonies of #96C5AF
Complementary color
Monochromatic Colors of #96C5AF
Black with #96C5AF
Text Example
Text Example
White with #96C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C5AF; }
p { color: rgb(150,197,175); }
H1.HeaderClassName
{
color: #96C5AF;
}
.AnyTagClassName
{
color: #96C5AF;
}
</style>
background-color css
<style>
a { background-color: #96C5AF; }
a { background-color: rgb(150,197,175); }
div.DivClassName
{
background-color: #96C5AF;
}
.BgClassName
{
background-color: #96C5AF;
}
</style>
border-color css
<style>
span { border-color: #96C5AF; }
span { border-color: rgb(150,197,175); }
td.TdClassName
{
border-color: #96C5AF;
}
.TagClassName
{
border-color: #96C5AF;
}
</style>