Shades of Vista Blue #96DDBE
Tints of Vista Blue #96DDBE
RGB
CMYK
RGB Variations
Color information
#96DDBE (or 0x96DDBE) is known color: Vista Blue. HEX triplet: 96, DD and BE. RGB value is (150,221,190). Sum of RGB (Red+Green+Blue) = 150+221+190=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDBE is #692241. Grayscale: #C4C4C4. Windows color (decimal): -6890050 or 12508566. OLE color: 12508566.
HSL color Cylindrical-coordinate representation of color #96DDBE: hue angle of 153.8º 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 #96DDBE is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 190 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.13 |
| HSL | 153.8º | 0.51% | 0.73% | - |
| HSV(B) | 153.8º | 0.32% | 0.87% | - |
| XYZ | 47.73 | 61.91 | 58.15 | - |
| YUV | 196.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 190 | 0.32 | 0 | 0.14 | 0.13 | 153.8 | 0.51 | 0.73 |
| Hex | 96 | DD | BE | 20 | 0 | E | D | 9A | 33 | 49 |
| Octal | 226 | 335 | 276 | 40 | 0 | 16 | 15 | 232 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10111110 | 100000 | 0 | 1110 | 1101 | 10011010 | 110011 | 1001001 |
Color Harmonies of #96DDBE
Complementary color
Monochromatic Colors of #96DDBE
Black with #96DDBE
Text Example
Text Example
White with #96DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDBE; }
p { color: rgb(150,221,190); }
H1.HeaderClassName
{
color: #96DDBE;
}
.AnyTagClassName
{
color: #96DDBE;
}
</style>
background-color css
<style>
a { background-color: #96DDBE; }
a { background-color: rgb(150,221,190); }
div.DivClassName
{
background-color: #96DDBE;
}
.BgClassName
{
background-color: #96DDBE;
}
</style>
border-color css
<style>
span { border-color: #96DDBE; }
span { border-color: rgb(150,221,190); }
td.TdClassName
{
border-color: #96DDBE;
}
.TagClassName
{
border-color: #96DDBE;
}
</style>