Shades of Vista Blue #96D6BB
Tints of Vista Blue #96D6BB
RGB
CMYK
RGB Variations
Color information
#96D6BB (or 0x96D6BB) is known color: Vista Blue. HEX triplet: 96, D6 and BB. RGB value is (150,214,187). Sum of RGB (Red+Green+Blue) = 150+214+187=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6BB is #692944. Grayscale: #BFBFBF. Windows color (decimal): -6891845 or 12310166. OLE color: 12310166.
HSL color Cylindrical-coordinate representation of color #96D6BB: hue angle of 154.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6BB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 187 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.16 |
| HSL | 154.69º | 0.44% | 0.71% | - |
| HSV(B) | 154.69º | 0.3% | 0.84% | - |
| XYZ | 45.59 | 58.17 | 55.84 | - |
| YUV | 191.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 187 | 0.30 | 0 | 0.13 | 0.16 | 154.69 | 0.44 | 0.71 |
| Hex | 96 | D6 | BB | 1E | 0 | D | 10 | 9B | 2C | 47 |
| Octal | 226 | 326 | 273 | 36 | 0 | 15 | 20 | 233 | 54 | 107 |
| Binary | 10010110 | 11010110 | 10111011 | 11110 | 0 | 1101 | 10000 | 10011011 | 101100 | 1000111 |
Color Harmonies of #96D6BB
Complementary color
Monochromatic Colors of #96D6BB
Black with #96D6BB
Text Example
Text Example
White with #96D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D6BB; }
p { color: rgb(150,214,187); }
H1.HeaderClassName
{
color: #96D6BB;
}
.AnyTagClassName
{
color: #96D6BB;
}
</style>
background-color css
<style>
a { background-color: #96D6BB; }
a { background-color: rgb(150,214,187); }
div.DivClassName
{
background-color: #96D6BB;
}
.BgClassName
{
background-color: #96D6BB;
}
</style>
border-color css
<style>
span { border-color: #96D6BB; }
span { border-color: rgb(150,214,187); }
td.TdClassName
{
border-color: #96D6BB;
}
.TagClassName
{
border-color: #96D6BB;
}
</style>