Shades of Vista Blue #96EDB5
Tints of Vista Blue #96EDB5
RGB
CMYK
RGB Variations
Color information
#96EDB5 (or 0x96EDB5) is known color: Vista Blue. HEX triplet: 96, ED and B5. RGB value is (150,237,181). Sum of RGB (Red+Green+Blue) = 150+237+181=568 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.41% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDB5 is #69124A. Grayscale: #CCCCCC. Windows color (decimal): -6885963 or 11922838. OLE color: 11922838.
HSL color Cylindrical-coordinate representation of color #96EDB5: hue angle of 141.38º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDB5 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 181 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.07 |
| HSL | 141.38º | 0.71% | 0.76% | - |
| HSV(B) | 141.38º | 0.37% | 0.93% | - |
| XYZ | 51.2 | 70.39 | 54.6 | - |
| YUV | 204.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 181 | 0.37 | 0 | 0.24 | 0.07 | 141.38 | 0.71 | 0.76 |
| Hex | 96 | ED | B5 | 25 | 0 | 18 | 7 | 8D | 47 | 4C |
| Octal | 226 | 355 | 265 | 45 | 0 | 30 | 7 | 215 | 107 | 114 |
| Binary | 10010110 | 11101101 | 10110101 | 100101 | 0 | 11000 | 111 | 10001101 | 1000111 | 1001100 |
Color Harmonies of #96EDB5
Complementary color
Monochromatic Colors of #96EDB5
Black with #96EDB5
Text Example
Text Example
White with #96EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDB5; }
p { color: rgb(150,237,181); }
H1.HeaderClassName
{
color: #96EDB5;
}
.AnyTagClassName
{
color: #96EDB5;
}
</style>
background-color css
<style>
a { background-color: #96EDB5; }
a { background-color: rgb(150,237,181); }
div.DivClassName
{
background-color: #96EDB5;
}
.BgClassName
{
background-color: #96EDB5;
}
</style>
border-color css
<style>
span { border-color: #96EDB5; }
span { border-color: rgb(150,237,181); }
td.TdClassName
{
border-color: #96EDB5;
}
.TagClassName
{
border-color: #96EDB5;
}
</style>