Shades of Vista Blue #96DDBC
Tints of Vista Blue #96DDBC
RGB
CMYK
RGB Variations
Color information
#96DDBC (or 0x96DDBC) is known color: Vista Blue. HEX triplet: 96, DD and BC. RGB value is (150,221,188). Sum of RGB (Red+Green+Blue) = 150+221+188=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDBC is #692243. Grayscale: #C4C4C4. Windows color (decimal): -6890052 or 12377494. OLE color: 12377494.
HSL color Cylindrical-coordinate representation of color #96DDBC: hue angle of 152.11º 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 #96DDBC is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 188 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.13 |
| HSL | 152.11º | 0.51% | 0.73% | - |
| HSV(B) | 152.11º | 0.32% | 0.87% | - |
| XYZ | 47.51 | 61.83 | 57.01 | - |
| YUV | 196.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 188 | 0.32 | 0 | 0.15 | 0.13 | 152.11 | 0.51 | 0.73 |
| Hex | 96 | DD | BC | 20 | 0 | F | D | 98 | 33 | 49 |
| Octal | 226 | 335 | 274 | 40 | 0 | 17 | 15 | 230 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10111100 | 100000 | 0 | 1111 | 1101 | 10011000 | 110011 | 1001001 |
Color Harmonies of #96DDBC
Complementary color
Monochromatic Colors of #96DDBC
Black with #96DDBC
Text Example
Text Example
White with #96DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDBC; }
p { color: rgb(150,221,188); }
H1.HeaderClassName
{
color: #96DDBC;
}
.AnyTagClassName
{
color: #96DDBC;
}
</style>
background-color css
<style>
a { background-color: #96DDBC; }
a { background-color: rgb(150,221,188); }
div.DivClassName
{
background-color: #96DDBC;
}
.BgClassName
{
background-color: #96DDBC;
}
</style>
border-color css
<style>
span { border-color: #96DDBC; }
span { border-color: rgb(150,221,188); }
td.TdClassName
{
border-color: #96DDBC;
}
.TagClassName
{
border-color: #96DDBC;
}
</style>