Shades of Vista Blue #96E7B5
Tints of Vista Blue #96E7B5
RGB
CMYK
RGB Variations
Color information
#96E7B5 (or 0x96E7B5) is known color: Vista Blue. HEX triplet: 96, E7 and B5. RGB value is (150,231,181). Sum of RGB (Red+Green+Blue) = 150+231+181=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E7B5 is #69184A. Grayscale: #C9C9C9. Windows color (decimal): -6887499 or 11921302. OLE color: 11921302.
HSL color Cylindrical-coordinate representation of color #96E7B5: hue angle of 142.96º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7B5 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 181 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.09 |
| HSL | 142.96º | 0.63% | 0.75% | - |
| HSV(B) | 142.96º | 0.35% | 0.91% | - |
| XYZ | 49.49 | 66.97 | 54.03 | - |
| YUV | 201.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 181 | 0.35 | 0 | 0.22 | 0.09 | 142.96 | 0.63 | 0.75 |
| Hex | 96 | E7 | B5 | 23 | 0 | 16 | 9 | 8F | 3F | 4B |
| Octal | 226 | 347 | 265 | 43 | 0 | 26 | 11 | 217 | 77 | 113 |
| Binary | 10010110 | 11100111 | 10110101 | 100011 | 0 | 10110 | 1001 | 10001111 | 111111 | 1001011 |
Color Harmonies of #96E7B5
Complementary color
Monochromatic Colors of #96E7B5
Black with #96E7B5
Text Example
Text Example
White with #96E7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7B5; }
p { color: rgb(150,231,181); }
H1.HeaderClassName
{
color: #96E7B5;
}
.AnyTagClassName
{
color: #96E7B5;
}
</style>
background-color css
<style>
a { background-color: #96E7B5; }
a { background-color: rgb(150,231,181); }
div.DivClassName
{
background-color: #96E7B5;
}
.BgClassName
{
background-color: #96E7B5;
}
</style>
border-color css
<style>
span { border-color: #96E7B5; }
span { border-color: rgb(150,231,181); }
td.TdClassName
{
border-color: #96E7B5;
}
.TagClassName
{
border-color: #96E7B5;
}
</style>