Shades of Vista Blue #96D9BA
Tints of Vista Blue #96D9BA
RGB
CMYK
RGB Variations
Color information
#96D9BA (or 0x96D9BA) is known color: Vista Blue. HEX triplet: 96, D9 and BA. RGB value is (150,217,186). Sum of RGB (Red+Green+Blue) = 150+217+186=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9BA is #692645. Grayscale: #C1C1C1. Windows color (decimal): -6891078 or 12245398. OLE color: 12245398.
HSL color Cylindrical-coordinate representation of color #96D9BA: hue angle of 152.24º 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 #96D9BA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 186 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.15 |
| HSL | 152.24º | 0.47% | 0.72% | - |
| HSV(B) | 152.24º | 0.31% | 0.85% | - |
| XYZ | 46.25 | 59.65 | 55.53 | - |
| YUV | 193.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 186 | 0.31 | 0 | 0.14 | 0.15 | 152.24 | 0.47 | 0.72 |
| Hex | 96 | D9 | BA | 1F | 0 | E | F | 98 | 2F | 48 |
| Octal | 226 | 331 | 272 | 37 | 0 | 16 | 17 | 230 | 57 | 110 |
| Binary | 10010110 | 11011001 | 10111010 | 11111 | 0 | 1110 | 1111 | 10011000 | 101111 | 1001000 |
Color Harmonies of #96D9BA
Complementary color
Monochromatic Colors of #96D9BA
Black with #96D9BA
Text Example
Text Example
White with #96D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9BA; }
p { color: rgb(150,217,186); }
H1.HeaderClassName
{
color: #96D9BA;
}
.AnyTagClassName
{
color: #96D9BA;
}
</style>
background-color css
<style>
a { background-color: #96D9BA; }
a { background-color: rgb(150,217,186); }
div.DivClassName
{
background-color: #96D9BA;
}
.BgClassName
{
background-color: #96D9BA;
}
</style>
border-color css
<style>
span { border-color: #96D9BA; }
span { border-color: rgb(150,217,186); }
td.TdClassName
{
border-color: #96D9BA;
}
.TagClassName
{
border-color: #96D9BA;
}
</style>