Shades of Vista Blue #96DABB
Tints of Vista Blue #96DABB
RGB
CMYK
RGB Variations
Color information
#96DABB (or 0x96DABB) is known color: Vista Blue. HEX triplet: 96, DA and BB. RGB value is (150,218,187). Sum of RGB (Red+Green+Blue) = 150+218+187=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #96DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DABB is #692544. Grayscale: #C2C2C2. Windows color (decimal): -6890821 or 12311190. OLE color: 12311190.
HSL color Cylindrical-coordinate representation of color #96DABB: hue angle of 152.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96DABB is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 187 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.15 |
| HSL | 152.65º | 0.48% | 0.72% | - |
| HSV(B) | 152.65º | 0.31% | 0.85% | - |
| XYZ | 46.62 | 60.21 | 56.18 | - |
| YUV | 194.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 187 | 0.31 | 0 | 0.14 | 0.15 | 152.65 | 0.48 | 0.72 |
| Hex | 96 | DA | BB | 1F | 0 | E | F | 99 | 30 | 48 |
| Octal | 226 | 332 | 273 | 37 | 0 | 16 | 17 | 231 | 60 | 110 |
| Binary | 10010110 | 11011010 | 10111011 | 11111 | 0 | 1110 | 1111 | 10011001 | 110000 | 1001000 |
Color Harmonies of #96DABB
Complementary color
Monochromatic Colors of #96DABB
Black with #96DABB
Text Example
Text Example
White with #96DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DABB; }
p { color: rgb(150,218,187); }
H1.HeaderClassName
{
color: #96DABB;
}
.AnyTagClassName
{
color: #96DABB;
}
</style>
background-color css
<style>
a { background-color: #96DABB; }
a { background-color: rgb(150,218,187); }
div.DivClassName
{
background-color: #96DABB;
}
.BgClassName
{
background-color: #96DABB;
}
</style>
border-color css
<style>
span { border-color: #96DABB; }
span { border-color: rgb(150,218,187); }
td.TdClassName
{
border-color: #96DABB;
}
.TagClassName
{
border-color: #96DABB;
}
</style>