Shades of Vista Blue #96DDB0
Tints of Vista Blue #96DDB0
RGB
CMYK
RGB Variations
Color information
#96DDB0 (or 0x96DDB0) is known color: Vista Blue. HEX triplet: 96, DD and B0. RGB value is (150,221,176). Sum of RGB (Red+Green+Blue) = 150+221+176=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDB0 is #69224F. Grayscale: #C2C2C2. Windows color (decimal): -6890064 or 11591062. OLE color: 11591062.
HSL color Cylindrical-coordinate representation of color #96DDB0: hue angle of 141.97º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDB0 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 176 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.13 |
| HSL | 141.97º | 0.51% | 0.73% | - |
| HSV(B) | 141.97º | 0.32% | 0.87% | - |
| XYZ | 46.27 | 61.33 | 50.47 | - |
| YUV | 194.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 176 | 0.32 | 0 | 0.20 | 0.13 | 141.97 | 0.51 | 0.73 |
| Hex | 96 | DD | B0 | 20 | 0 | 14 | D | 8E | 33 | 49 |
| Octal | 226 | 335 | 260 | 40 | 0 | 24 | 15 | 216 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10110000 | 100000 | 0 | 10100 | 1101 | 10001110 | 110011 | 1001001 |
Color Harmonies of #96DDB0
Complementary color
Monochromatic Colors of #96DDB0
Black with #96DDB0
Text Example
Text Example
White with #96DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDB0; }
p { color: rgb(150,221,176); }
H1.HeaderClassName
{
color: #96DDB0;
}
.AnyTagClassName
{
color: #96DDB0;
}
</style>
background-color css
<style>
a { background-color: #96DDB0; }
a { background-color: rgb(150,221,176); }
div.DivClassName
{
background-color: #96DDB0;
}
.BgClassName
{
background-color: #96DDB0;
}
</style>
border-color css
<style>
span { border-color: #96DDB0; }
span { border-color: rgb(150,221,176); }
td.TdClassName
{
border-color: #96DDB0;
}
.TagClassName
{
border-color: #96DDB0;
}
</style>