Shades of Vista Blue #96DBBA
Tints of Vista Blue #96DBBA
RGB
CMYK
RGB Variations
Color information
#96DBBA (or 0x96DBBA) is known color: Vista Blue. HEX triplet: 96, DB and BA. RGB value is (150,219,186). Sum of RGB (Red+Green+Blue) = 150+219+186=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBBA is #692445. Grayscale: #C2C2C2. Windows color (decimal): -6890566 or 12245910. OLE color: 12245910.
HSL color Cylindrical-coordinate representation of color #96DBBA: hue angle of 151.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBBA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 186 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.14 |
| HSL | 151.3º | 0.49% | 0.72% | - |
| HSV(B) | 151.3º | 0.32% | 0.86% | - |
| XYZ | 46.77 | 60.69 | 55.7 | - |
| YUV | 194.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 186 | 0.32 | 0 | 0.15 | 0.14 | 151.3 | 0.49 | 0.72 |
| Hex | 96 | DB | BA | 20 | 0 | F | E | 97 | 31 | 48 |
| Octal | 226 | 333 | 272 | 40 | 0 | 17 | 16 | 227 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10111010 | 100000 | 0 | 1111 | 1110 | 10010111 | 110001 | 1001000 |
Color Harmonies of #96DBBA
Complementary color
Monochromatic Colors of #96DBBA
Black with #96DBBA
Text Example
Text Example
White with #96DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBBA; }
p { color: rgb(150,219,186); }
H1.HeaderClassName
{
color: #96DBBA;
}
.AnyTagClassName
{
color: #96DBBA;
}
</style>
background-color css
<style>
a { background-color: #96DBBA; }
a { background-color: rgb(150,219,186); }
div.DivClassName
{
background-color: #96DBBA;
}
.BgClassName
{
background-color: #96DBBA;
}
</style>
border-color css
<style>
span { border-color: #96DBBA; }
span { border-color: rgb(150,219,186); }
td.TdClassName
{
border-color: #96DBBA;
}
.TagClassName
{
border-color: #96DBBA;
}
</style>