Shades of Vista Blue #96DDAD
Tints of Vista Blue #96DDAD
RGB
CMYK
RGB Variations
Color information
#96DDAD (or 0x96DDAD) is known color: Vista Blue. HEX triplet: 96, DD and AD. RGB value is (150,221,173). Sum of RGB (Red+Green+Blue) = 150+221+173=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAD is #692252. Grayscale: #C2C2C2. Windows color (decimal): -6890067 or 11394454. OLE color: 11394454.
HSL color Cylindrical-coordinate representation of color #96DDAD: hue angle of 139.44º 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 #96DDAD is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 173 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.13 |
| HSL | 139.44º | 0.51% | 0.73% | - |
| HSV(B) | 139.44º | 0.32% | 0.87% | - |
| XYZ | 45.98 | 61.21 | 48.93 | - |
| YUV | 194.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 173 | 0.32 | 0 | 0.22 | 0.13 | 139.44 | 0.51 | 0.73 |
| Hex | 96 | DD | AD | 20 | 0 | 16 | D | 8B | 33 | 49 |
| Octal | 226 | 335 | 255 | 40 | 0 | 26 | 15 | 213 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10101101 | 100000 | 0 | 10110 | 1101 | 10001011 | 110011 | 1001001 |
Color Harmonies of #96DDAD
Complementary color
Monochromatic Colors of #96DDAD
Black with #96DDAD
Text Example
Text Example
White with #96DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDAD; }
p { color: rgb(150,221,173); }
H1.HeaderClassName
{
color: #96DDAD;
}
.AnyTagClassName
{
color: #96DDAD;
}
</style>
background-color css
<style>
a { background-color: #96DDAD; }
a { background-color: rgb(150,221,173); }
div.DivClassName
{
background-color: #96DDAD;
}
.BgClassName
{
background-color: #96DDAD;
}
</style>
border-color css
<style>
span { border-color: #96DDAD; }
span { border-color: rgb(150,221,173); }
td.TdClassName
{
border-color: #96DDAD;
}
.TagClassName
{
border-color: #96DDAD;
}
</style>