Shades of Vista Blue #96DBC0
Tints of Vista Blue #96DBC0
RGB
CMYK
RGB Variations
Color information
#96DBC0 (or 0x96DBC0) is known color: Vista Blue. HEX triplet: 96, DB and C0. RGB value is (150,219,192). Sum of RGB (Red+Green+Blue) = 150+219+192=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBC0 is #69243F. Grayscale: #C3C3C3. Windows color (decimal): -6890560 or 12639126. OLE color: 12639126.
HSL color Cylindrical-coordinate representation of color #96DBC0: hue angle of 156.52º 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 #96DBC0 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 192 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.14 |
| HSL | 156.52º | 0.49% | 0.72% | - |
| HSV(B) | 156.52º | 0.32% | 0.86% | - |
| XYZ | 47.42 | 60.95 | 59.13 | - |
| YUV | 195.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 192 | 0.32 | 0 | 0.12 | 0.14 | 156.52 | 0.49 | 0.72 |
| Hex | 96 | DB | C0 | 20 | 0 | C | E | 9D | 31 | 48 |
| Octal | 226 | 333 | 300 | 40 | 0 | 14 | 16 | 235 | 61 | 110 |
| Binary | 10010110 | 11011011 | 11000000 | 100000 | 0 | 1100 | 1110 | 10011101 | 110001 | 1001000 |
Color Harmonies of #96DBC0
Complementary color
Monochromatic Colors of #96DBC0
Black with #96DBC0
Text Example
Text Example
White with #96DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBC0; }
p { color: rgb(150,219,192); }
H1.HeaderClassName
{
color: #96DBC0;
}
.AnyTagClassName
{
color: #96DBC0;
}
</style>
background-color css
<style>
a { background-color: #96DBC0; }
a { background-color: rgb(150,219,192); }
div.DivClassName
{
background-color: #96DBC0;
}
.BgClassName
{
background-color: #96DBC0;
}
</style>
border-color css
<style>
span { border-color: #96DBC0; }
span { border-color: rgb(150,219,192); }
td.TdClassName
{
border-color: #96DBC0;
}
.TagClassName
{
border-color: #96DBC0;
}
</style>