Shades of Vista Blue #96DDBF
Tints of Vista Blue #96DDBF
RGB
CMYK
RGB Variations
Color information
#96DDBF (or 0x96DDBF) is known color: Vista Blue. HEX triplet: 96, DD and BF. RGB value is (150,221,191). Sum of RGB (Red+Green+Blue) = 150+221+191=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDBF is #692240. Grayscale: #C4C4C4. Windows color (decimal): -6890049 or 12574102. OLE color: 12574102.
HSL color Cylindrical-coordinate representation of color #96DDBF: hue angle of 154.65º 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 #96DDBF is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 191 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.13 |
| HSL | 154.65º | 0.51% | 0.73% | - |
| HSV(B) | 154.65º | 0.32% | 0.87% | - |
| XYZ | 47.84 | 61.96 | 58.73 | - |
| YUV | 196.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 191 | 0.32 | 0 | 0.14 | 0.13 | 154.65 | 0.51 | 0.73 |
| Hex | 96 | DD | BF | 20 | 0 | E | D | 9B | 33 | 49 |
| Octal | 226 | 335 | 277 | 40 | 0 | 16 | 15 | 233 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10111111 | 100000 | 0 | 1110 | 1101 | 10011011 | 110011 | 1001001 |
Color Harmonies of #96DDBF
Complementary color
Monochromatic Colors of #96DDBF
Black with #96DDBF
Text Example
Text Example
White with #96DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDBF; }
p { color: rgb(150,221,191); }
H1.HeaderClassName
{
color: #96DDBF;
}
.AnyTagClassName
{
color: #96DDBF;
}
</style>
background-color css
<style>
a { background-color: #96DDBF; }
a { background-color: rgb(150,221,191); }
div.DivClassName
{
background-color: #96DDBF;
}
.BgClassName
{
background-color: #96DDBF;
}
</style>
border-color css
<style>
span { border-color: #96DDBF; }
span { border-color: rgb(150,221,191); }
td.TdClassName
{
border-color: #96DDBF;
}
.TagClassName
{
border-color: #96DDBF;
}
</style>