Shades of Vista Blue #96D5BD
Tints of Vista Blue #96D5BD
RGB
CMYK
RGB Variations
Color information
#96D5BD (or 0x96D5BD) is known color: Vista Blue. HEX triplet: 96, D5 and BD. RGB value is (150,213,189). Sum of RGB (Red+Green+Blue) = 150+213+189=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D5BD is #692A42. Grayscale: #BFBFBF. Windows color (decimal): -6892099 or 12440982. OLE color: 12440982.
HSL color Cylindrical-coordinate representation of color #96D5BD: hue angle of 157.14º degrees, saturation: 0.43, 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 #96D5BD is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 189 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.16 |
| HSL | 157.14º | 0.43% | 0.71% | - |
| HSV(B) | 157.14º | 0.3% | 0.84% | - |
| XYZ | 45.56 | 57.75 | 56.89 | - |
| YUV | 191.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 189 | 0.30 | 0 | 0.11 | 0.16 | 157.14 | 0.43 | 0.71 |
| Hex | 96 | D5 | BD | 1E | 0 | B | 10 | 9D | 2B | 47 |
| Octal | 226 | 325 | 275 | 36 | 0 | 13 | 20 | 235 | 53 | 107 |
| Binary | 10010110 | 11010101 | 10111101 | 11110 | 0 | 1011 | 10000 | 10011101 | 101011 | 1000111 |
Color Harmonies of #96D5BD
Complementary color
Monochromatic Colors of #96D5BD
Black with #96D5BD
Text Example
Text Example
White with #96D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5BD; }
p { color: rgb(150,213,189); }
H1.HeaderClassName
{
color: #96D5BD;
}
.AnyTagClassName
{
color: #96D5BD;
}
</style>
background-color css
<style>
a { background-color: #96D5BD; }
a { background-color: rgb(150,213,189); }
div.DivClassName
{
background-color: #96D5BD;
}
.BgClassName
{
background-color: #96D5BD;
}
</style>
border-color css
<style>
span { border-color: #96D5BD; }
span { border-color: rgb(150,213,189); }
td.TdClassName
{
border-color: #96D5BD;
}
.TagClassName
{
border-color: #96D5BD;
}
</style>