Shades of Vista Blue #96E4BC
Tints of Vista Blue #96E4BC
RGB
CMYK
RGB Variations
Color information
#96E4BC (or 0x96E4BC) is known color: Vista Blue. HEX triplet: 96, E4 and BC. RGB value is (150,228,188). Sum of RGB (Red+Green+Blue) = 150+228+188=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4BC is #691B43. Grayscale: #C8C8C8. Windows color (decimal): -6888260 or 12379286. OLE color: 12379286.
HSL color Cylindrical-coordinate representation of color #96E4BC: hue angle of 149.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E4BC is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 188 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.11 |
| HSL | 149.23º | 0.59% | 0.74% | - |
| HSV(B) | 149.23º | 0.34% | 0.89% | - |
| XYZ | 49.4 | 65.6 | 57.64 | - |
| YUV | 200.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 188 | 0.34 | 0 | 0.18 | 0.11 | 149.23 | 0.59 | 0.74 |
| Hex | 96 | E4 | BC | 22 | 0 | 12 | B | 95 | 3B | 4A |
| Octal | 226 | 344 | 274 | 42 | 0 | 22 | 13 | 225 | 73 | 112 |
| Binary | 10010110 | 11100100 | 10111100 | 100010 | 0 | 10010 | 1011 | 10010101 | 111011 | 1001010 |
Color Harmonies of #96E4BC
Complementary color
Monochromatic Colors of #96E4BC
Black with #96E4BC
Text Example
Text Example
White with #96E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4BC; }
p { color: rgb(150,228,188); }
H1.HeaderClassName
{
color: #96E4BC;
}
.AnyTagClassName
{
color: #96E4BC;
}
</style>
background-color css
<style>
a { background-color: #96E4BC; }
a { background-color: rgb(150,228,188); }
div.DivClassName
{
background-color: #96E4BC;
}
.BgClassName
{
background-color: #96E4BC;
}
</style>
border-color css
<style>
span { border-color: #96E4BC; }
span { border-color: rgb(150,228,188); }
td.TdClassName
{
border-color: #96E4BC;
}
.TagClassName
{
border-color: #96E4BC;
}
</style>