Shades of Vista Blue #96D9C0
Tints of Vista Blue #96D9C0
RGB
CMYK
RGB Variations
Color information
#96D9C0 (or 0x96D9C0) is known color: Vista Blue. HEX triplet: 96, D9 and C0. RGB value is (150,217,192). Sum of RGB (Red+Green+Blue) = 150+217+192=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9C0 is #69263F. Grayscale: #C2C2C2. Windows color (decimal): -6891072 or 12638614. OLE color: 12638614.
HSL color Cylindrical-coordinate representation of color #96D9C0: hue angle of 157.61º 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 #96D9C0 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 192 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.15 |
| HSL | 157.61º | 0.47% | 0.72% | - |
| HSV(B) | 157.61º | 0.31% | 0.85% | - |
| XYZ | 46.9 | 59.92 | 58.96 | - |
| YUV | 194.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 192 | 0.31 | 0 | 0.12 | 0.15 | 157.61 | 0.47 | 0.72 |
| Hex | 96 | D9 | C0 | 1F | 0 | C | F | 9E | 2F | 48 |
| Octal | 226 | 331 | 300 | 37 | 0 | 14 | 17 | 236 | 57 | 110 |
| Binary | 10010110 | 11011001 | 11000000 | 11111 | 0 | 1100 | 1111 | 10011110 | 101111 | 1001000 |
Color Harmonies of #96D9C0
Complementary color
Monochromatic Colors of #96D9C0
Black with #96D9C0
Text Example
Text Example
White with #96D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9C0; }
p { color: rgb(150,217,192); }
H1.HeaderClassName
{
color: #96D9C0;
}
.AnyTagClassName
{
color: #96D9C0;
}
</style>
background-color css
<style>
a { background-color: #96D9C0; }
a { background-color: rgb(150,217,192); }
div.DivClassName
{
background-color: #96D9C0;
}
.BgClassName
{
background-color: #96D9C0;
}
</style>
border-color css
<style>
span { border-color: #96D9C0; }
span { border-color: rgb(150,217,192); }
td.TdClassName
{
border-color: #96D9C0;
}
.TagClassName
{
border-color: #96D9C0;
}
</style>