Shades of Vista Blue #96DCAF
Tints of Vista Blue #96DCAF
RGB
CMYK
RGB Variations
Color information
#96DCAF (or 0x96DCAF) is known color: Vista Blue. HEX triplet: 96, DC and AF. RGB value is (150,220,175). Sum of RGB (Red+Green+Blue) = 150+220+175=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCAF is #692350. Grayscale: #C2C2C2. Windows color (decimal): -6890321 or 11525270. OLE color: 11525270.
HSL color Cylindrical-coordinate representation of color #96DCAF: hue angle of 141.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCAF is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 175 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.14 |
| HSL | 141.43º | 0.5% | 0.73% | - |
| HSV(B) | 141.43º | 0.32% | 0.86% | - |
| XYZ | 45.91 | 60.77 | 49.87 | - |
| YUV | 193.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 175 | 0.32 | 0 | 0.20 | 0.14 | 141.43 | 0.5 | 0.73 |
| Hex | 96 | DC | AF | 20 | 0 | 14 | E | 8D | 32 | 49 |
| Octal | 226 | 334 | 257 | 40 | 0 | 24 | 16 | 215 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10101111 | 100000 | 0 | 10100 | 1110 | 10001101 | 110010 | 1001001 |
Color Harmonies of #96DCAF
Complementary color
Monochromatic Colors of #96DCAF
Black with #96DCAF
Text Example
Text Example
White with #96DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCAF; }
p { color: rgb(150,220,175); }
H1.HeaderClassName
{
color: #96DCAF;
}
.AnyTagClassName
{
color: #96DCAF;
}
</style>
background-color css
<style>
a { background-color: #96DCAF; }
a { background-color: rgb(150,220,175); }
div.DivClassName
{
background-color: #96DCAF;
}
.BgClassName
{
background-color: #96DCAF;
}
</style>
border-color css
<style>
span { border-color: #96DCAF; }
span { border-color: rgb(150,220,175); }
td.TdClassName
{
border-color: #96DCAF;
}
.TagClassName
{
border-color: #96DCAF;
}
</style>