Shades of Vista Blue #96DDBB
Tints of Vista Blue #96DDBB
RGB
CMYK
RGB Variations
Color information
#96DDBB (or 0x96DDBB) is known color: Vista Blue. HEX triplet: 96, DD and BB. RGB value is (150,221,187). Sum of RGB (Red+Green+Blue) = 150+221+187=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDBB is #692244. Grayscale: #C3C3C3. Windows color (decimal): -6890053 or 12311958. OLE color: 12311958.
HSL color Cylindrical-coordinate representation of color #96DDBB: hue angle of 151.27º 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 #96DDBB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 187 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.13 |
| HSL | 151.27º | 0.51% | 0.73% | - |
| HSV(B) | 151.27º | 0.32% | 0.87% | - |
| XYZ | 47.4 | 61.78 | 56.44 | - |
| YUV | 195.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 187 | 0.32 | 0 | 0.15 | 0.13 | 151.27 | 0.51 | 0.73 |
| Hex | 96 | DD | BB | 20 | 0 | F | D | 97 | 33 | 49 |
| Octal | 226 | 335 | 273 | 40 | 0 | 17 | 15 | 227 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10111011 | 100000 | 0 | 1111 | 1101 | 10010111 | 110011 | 1001001 |
Color Harmonies of #96DDBB
Complementary color
Monochromatic Colors of #96DDBB
Black with #96DDBB
Text Example
Text Example
White with #96DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDBB; }
p { color: rgb(150,221,187); }
H1.HeaderClassName
{
color: #96DDBB;
}
.AnyTagClassName
{
color: #96DDBB;
}
</style>
background-color css
<style>
a { background-color: #96DDBB; }
a { background-color: rgb(150,221,187); }
div.DivClassName
{
background-color: #96DDBB;
}
.BgClassName
{
background-color: #96DDBB;
}
</style>
border-color css
<style>
span { border-color: #96DDBB; }
span { border-color: rgb(150,221,187); }
td.TdClassName
{
border-color: #96DDBB;
}
.TagClassName
{
border-color: #96DDBB;
}
</style>