Shades of Vista Blue #96D7BA
Tints of Vista Blue #96D7BA
RGB
CMYK
RGB Variations
Color information
#96D7BA (or 0x96D7BA) is known color: Vista Blue. HEX triplet: 96, D7 and BA. RGB value is (150,215,186). Sum of RGB (Red+Green+Blue) = 150+215+186=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D7BA is #692845. Grayscale: #C0C0C0. Windows color (decimal): -6891590 or 12244886. OLE color: 12244886.
HSL color Cylindrical-coordinate representation of color #96D7BA: hue angle of 153.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7BA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 186 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.16 |
| HSL | 153.23º | 0.45% | 0.72% | - |
| HSV(B) | 153.23º | 0.3% | 0.84% | - |
| XYZ | 45.74 | 58.63 | 55.36 | - |
| YUV | 192.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 186 | 0.30 | 0 | 0.13 | 0.16 | 153.23 | 0.45 | 0.72 |
| Hex | 96 | D7 | BA | 1E | 0 | D | 10 | 99 | 2D | 48 |
| Octal | 226 | 327 | 272 | 36 | 0 | 15 | 20 | 231 | 55 | 110 |
| Binary | 10010110 | 11010111 | 10111010 | 11110 | 0 | 1101 | 10000 | 10011001 | 101101 | 1001000 |
Color Harmonies of #96D7BA
Complementary color
Monochromatic Colors of #96D7BA
Black with #96D7BA
Text Example
Text Example
White with #96D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D7BA; }
p { color: rgb(150,215,186); }
H1.HeaderClassName
{
color: #96D7BA;
}
.AnyTagClassName
{
color: #96D7BA;
}
</style>
background-color css
<style>
a { background-color: #96D7BA; }
a { background-color: rgb(150,215,186); }
div.DivClassName
{
background-color: #96D7BA;
}
.BgClassName
{
background-color: #96D7BA;
}
</style>
border-color css
<style>
span { border-color: #96D7BA; }
span { border-color: rgb(150,215,186); }
td.TdClassName
{
border-color: #96D7BA;
}
.TagClassName
{
border-color: #96D7BA;
}
</style>