Shades of Vista Blue #96DDAF
Tints of Vista Blue #96DDAF
RGB
CMYK
RGB Variations
Color information
#96DDAF (or 0x96DDAF) is known color: Vista Blue. HEX triplet: 96, DD and AF. RGB value is (150,221,175). Sum of RGB (Red+Green+Blue) = 150+221+175=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAF is #692250. Grayscale: #C2C2C2. Windows color (decimal): -6890065 or 11525526. OLE color: 11525526.
HSL color Cylindrical-coordinate representation of color #96DDAF: hue angle of 141.13º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDAF is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 175 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.13 |
| HSL | 141.13º | 0.51% | 0.73% | - |
| HSV(B) | 141.13º | 0.32% | 0.87% | - |
| XYZ | 46.17 | 61.29 | 49.95 | - |
| YUV | 194.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 175 | 0.32 | 0 | 0.21 | 0.13 | 141.13 | 0.51 | 0.73 |
| Hex | 96 | DD | AF | 20 | 0 | 15 | D | 8D | 33 | 49 |
| Octal | 226 | 335 | 257 | 40 | 0 | 25 | 15 | 215 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10101111 | 100000 | 0 | 10101 | 1101 | 10001101 | 110011 | 1001001 |
Color Harmonies of #96DDAF
Complementary color
Monochromatic Colors of #96DDAF
Black with #96DDAF
Text Example
Text Example
White with #96DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDAF; }
p { color: rgb(150,221,175); }
H1.HeaderClassName
{
color: #96DDAF;
}
.AnyTagClassName
{
color: #96DDAF;
}
</style>
background-color css
<style>
a { background-color: #96DDAF; }
a { background-color: rgb(150,221,175); }
div.DivClassName
{
background-color: #96DDAF;
}
.BgClassName
{
background-color: #96DDAF;
}
</style>
border-color css
<style>
span { border-color: #96DDAF; }
span { border-color: rgb(150,221,175); }
td.TdClassName
{
border-color: #96DDAF;
}
.TagClassName
{
border-color: #96DDAF;
}
</style>