Shades of Vista Blue #96EABE
Tints of Vista Blue #96EABE
RGB
CMYK
RGB Variations
Color information
#96EABE (or 0x96EABE) is known color: Vista Blue. HEX triplet: 96, EA and BE. RGB value is (150,234,190). Sum of RGB (Red+Green+Blue) = 150+234+190=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #96EABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EABE is #691541. Grayscale: #CBCBCB. Windows color (decimal): -6886722 or 12511894. OLE color: 12511894.
HSL color Cylindrical-coordinate representation of color #96EABE: hue angle of 148.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EABE is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 190 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.08 |
| HSL | 148.57º | 0.67% | 0.75% | - |
| HSV(B) | 148.57º | 0.36% | 0.92% | - |
| XYZ | 51.29 | 69.05 | 59.34 | - |
| YUV | 203.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 190 | 0.36 | 0 | 0.19 | 0.08 | 148.57 | 0.67 | 0.75 |
| Hex | 96 | EA | BE | 24 | 0 | 13 | 8 | 95 | 43 | 4B |
| Octal | 226 | 352 | 276 | 44 | 0 | 23 | 10 | 225 | 103 | 113 |
| Binary | 10010110 | 11101010 | 10111110 | 100100 | 0 | 10011 | 1000 | 10010101 | 1000011 | 1001011 |
Color Harmonies of #96EABE
Complementary color
Monochromatic Colors of #96EABE
Black with #96EABE
Text Example
Text Example
White with #96EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EABE; }
p { color: rgb(150,234,190); }
H1.HeaderClassName
{
color: #96EABE;
}
.AnyTagClassName
{
color: #96EABE;
}
</style>
background-color css
<style>
a { background-color: #96EABE; }
a { background-color: rgb(150,234,190); }
div.DivClassName
{
background-color: #96EABE;
}
.BgClassName
{
background-color: #96EABE;
}
</style>
border-color css
<style>
span { border-color: #96EABE; }
span { border-color: rgb(150,234,190); }
td.TdClassName
{
border-color: #96EABE;
}
.TagClassName
{
border-color: #96EABE;
}
</style>