Shades of Vista Blue #96E2BA
Tints of Vista Blue #96E2BA
RGB
CMYK
RGB Variations
Color information
#96E2BA (or 0x96E2BA) is known color: Vista Blue. HEX triplet: 96, E2 and BA. RGB value is (150,226,186). Sum of RGB (Red+Green+Blue) = 150+226+186=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #96E2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E2BA is #691D45. Grayscale: #C6C6C6. Windows color (decimal): -6888774 or 12247702. OLE color: 12247702.
HSL color Cylindrical-coordinate representation of color #96E2BA: hue angle of 148.42º degrees, saturation: 0.57, 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 #96E2BA is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 186 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.11 |
| HSL | 148.42º | 0.57% | 0.74% | - |
| HSV(B) | 148.42º | 0.34% | 0.89% | - |
| XYZ | 48.64 | 64.42 | 56.33 | - |
| YUV | 198.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 186 | 0.34 | 0 | 0.18 | 0.11 | 148.42 | 0.57 | 0.74 |
| Hex | 96 | E2 | BA | 22 | 0 | 12 | B | 94 | 39 | 4A |
| Octal | 226 | 342 | 272 | 42 | 0 | 22 | 13 | 224 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10111010 | 100010 | 0 | 10010 | 1011 | 10010100 | 111001 | 1001010 |
Color Harmonies of #96E2BA
Complementary color
Monochromatic Colors of #96E2BA
Black with #96E2BA
Text Example
Text Example
White with #96E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E2BA; }
p { color: rgb(150,226,186); }
H1.HeaderClassName
{
color: #96E2BA;
}
.AnyTagClassName
{
color: #96E2BA;
}
</style>
background-color css
<style>
a { background-color: #96E2BA; }
a { background-color: rgb(150,226,186); }
div.DivClassName
{
background-color: #96E2BA;
}
.BgClassName
{
background-color: #96E2BA;
}
</style>
border-color css
<style>
span { border-color: #96E2BA; }
span { border-color: rgb(150,226,186); }
td.TdClassName
{
border-color: #96E2BA;
}
.TagClassName
{
border-color: #96E2BA;
}
</style>