Shades of Vista Blue #96DFB7
Tints of Vista Blue #96DFB7
RGB
CMYK
RGB Variations
Color information
#96DFB7 (or 0x96DFB7) is known color: Vista Blue. HEX triplet: 96, DF and B7. RGB value is (150,223,183). Sum of RGB (Red+Green+Blue) = 150+223+183=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFB7 is #692048. Grayscale: #C4C4C4. Windows color (decimal): -6889545 or 12050326. OLE color: 12050326.
HSL color Cylindrical-coordinate representation of color #96DFB7: hue angle of 147.12º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFB7 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 183 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.13 |
| HSL | 147.12º | 0.53% | 0.73% | - |
| HSV(B) | 147.12º | 0.33% | 0.87% | - |
| XYZ | 47.51 | 62.68 | 54.39 | - |
| YUV | 196.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 183 | 0.33 | 0 | 0.18 | 0.13 | 147.12 | 0.53 | 0.73 |
| Hex | 96 | DF | B7 | 21 | 0 | 12 | D | 93 | 35 | 49 |
| Octal | 226 | 337 | 267 | 41 | 0 | 22 | 15 | 223 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10110111 | 100001 | 0 | 10010 | 1101 | 10010011 | 110101 | 1001001 |
Color Harmonies of #96DFB7
Complementary color
Monochromatic Colors of #96DFB7
Black with #96DFB7
Text Example
Text Example
White with #96DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFB7; }
p { color: rgb(150,223,183); }
H1.HeaderClassName
{
color: #96DFB7;
}
.AnyTagClassName
{
color: #96DFB7;
}
</style>
background-color css
<style>
a { background-color: #96DFB7; }
a { background-color: rgb(150,223,183); }
div.DivClassName
{
background-color: #96DFB7;
}
.BgClassName
{
background-color: #96DFB7;
}
</style>
border-color css
<style>
span { border-color: #96DFB7; }
span { border-color: rgb(150,223,183); }
td.TdClassName
{
border-color: #96DFB7;
}
.TagClassName
{
border-color: #96DFB7;
}
</style>