Shades of Vista Blue #96DFB5
Tints of Vista Blue #96DFB5
RGB
CMYK
RGB Variations
Color information
#96DFB5 (or 0x96DFB5) is known color: Vista Blue. HEX triplet: 96, DF and B5. RGB value is (150,223,181). Sum of RGB (Red+Green+Blue) = 150+223+181=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFB5 is #69204A. Grayscale: #C4C4C4. Windows color (decimal): -6889547 or 11919254. OLE color: 11919254.
HSL color Cylindrical-coordinate representation of color #96DFB5: hue angle of 145.48º 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 #96DFB5 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 181 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.13 |
| HSL | 145.48º | 0.53% | 0.73% | - |
| HSV(B) | 145.48º | 0.33% | 0.87% | - |
| XYZ | 47.31 | 62.6 | 53.3 | - |
| YUV | 196.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 181 | 0.33 | 0 | 0.19 | 0.13 | 145.48 | 0.53 | 0.73 |
| Hex | 96 | DF | B5 | 21 | 0 | 13 | D | 91 | 35 | 49 |
| Octal | 226 | 337 | 265 | 41 | 0 | 23 | 15 | 221 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10110101 | 100001 | 0 | 10011 | 1101 | 10010001 | 110101 | 1001001 |
Color Harmonies of #96DFB5
Complementary color
Monochromatic Colors of #96DFB5
Black with #96DFB5
Text Example
Text Example
White with #96DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFB5; }
p { color: rgb(150,223,181); }
H1.HeaderClassName
{
color: #96DFB5;
}
.AnyTagClassName
{
color: #96DFB5;
}
</style>
background-color css
<style>
a { background-color: #96DFB5; }
a { background-color: rgb(150,223,181); }
div.DivClassName
{
background-color: #96DFB5;
}
.BgClassName
{
background-color: #96DFB5;
}
</style>
border-color css
<style>
span { border-color: #96DFB5; }
span { border-color: rgb(150,223,181); }
td.TdClassName
{
border-color: #96DFB5;
}
.TagClassName
{
border-color: #96DFB5;
}
</style>