Shades of Vista Blue #96D9B0
Tints of Vista Blue #96D9B0
RGB
CMYK
RGB Variations
Color information
#96D9B0 (or 0x96D9B0) is known color: Vista Blue. HEX triplet: 96, D9 and B0. RGB value is (150,217,176). Sum of RGB (Red+Green+Blue) = 150+217+176=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9B0 is #69264F. Grayscale: #C0C0C0. Windows color (decimal): -6891088 or 11590038. OLE color: 11590038.
HSL color Cylindrical-coordinate representation of color #96D9B0: hue angle of 143.28º degrees, saturation: 0.47, 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 #96D9B0 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 176 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.15 |
| HSL | 143.28º | 0.47% | 0.72% | - |
| HSV(B) | 143.28º | 0.31% | 0.85% | - |
| XYZ | 45.23 | 59.24 | 50.13 | - |
| YUV | 192.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 176 | 0.31 | 0 | 0.19 | 0.15 | 143.28 | 0.47 | 0.72 |
| Hex | 96 | D9 | B0 | 1F | 0 | 13 | F | 8F | 2F | 48 |
| Octal | 226 | 331 | 260 | 37 | 0 | 23 | 17 | 217 | 57 | 110 |
| Binary | 10010110 | 11011001 | 10110000 | 11111 | 0 | 10011 | 1111 | 10001111 | 101111 | 1001000 |
Color Harmonies of #96D9B0
Complementary color
Monochromatic Colors of #96D9B0
Black with #96D9B0
Text Example
Text Example
White with #96D9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9B0; }
p { color: rgb(150,217,176); }
H1.HeaderClassName
{
color: #96D9B0;
}
.AnyTagClassName
{
color: #96D9B0;
}
</style>
background-color css
<style>
a { background-color: #96D9B0; }
a { background-color: rgb(150,217,176); }
div.DivClassName
{
background-color: #96D9B0;
}
.BgClassName
{
background-color: #96D9B0;
}
</style>
border-color css
<style>
span { border-color: #96D9B0; }
span { border-color: rgb(150,217,176); }
td.TdClassName
{
border-color: #96D9B0;
}
.TagClassName
{
border-color: #96D9B0;
}
</style>