Shades of Vista Blue #88E2AE
Tints of Vista Blue #88E2AE
RGB
CMYK
RGB Variations
Color information
#88E2AE (or 0x88E2AE) is known color: Vista Blue. HEX triplet: 88, E2 and AE. RGB value is (136,226,174). Sum of RGB (Red+Green+Blue) = 136+226+174=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #88E2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88E2AE is #771D51. Grayscale: #C1C1C1. Windows color (decimal): -7806290 or 11461256. OLE color: 11461256.
HSL color Cylindrical-coordinate representation of color #88E2AE: hue angle of 145.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88E2AE is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 226 | 174 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.11 |
| HSL | 145.33º | 0.61% | 0.71% | - |
| HSV(B) | 145.33º | 0.4% | 0.89% | - |
| XYZ | 44.99 | 62.68 | 49.77 | - |
| YUV | 193.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 226 | 174 | 0.40 | 0 | 0.23 | 0.11 | 145.33 | 0.61 | 0.71 |
| Hex | 88 | E2 | AE | 28 | 0 | 17 | B | 91 | 3D | 47 |
| Octal | 210 | 342 | 256 | 50 | 0 | 27 | 13 | 221 | 75 | 107 |
| Binary | 10001000 | 11100010 | 10101110 | 101000 | 0 | 10111 | 1011 | 10010001 | 111101 | 1000111 |
Color Harmonies of #88E2AE
Complementary color
Monochromatic Colors of #88E2AE
Black with #88E2AE
Text Example
Text Example
White with #88E2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E2AE; }
p { color: rgb(136,226,174); }
H1.HeaderClassName
{
color: #88E2AE;
}
.AnyTagClassName
{
color: #88E2AE;
}
</style>
background-color css
<style>
a { background-color: #88E2AE; }
a { background-color: rgb(136,226,174); }
div.DivClassName
{
background-color: #88E2AE;
}
.BgClassName
{
background-color: #88E2AE;
}
</style>
border-color css
<style>
span { border-color: #88E2AE; }
span { border-color: rgb(136,226,174); }
td.TdClassName
{
border-color: #88E2AE;
}
.TagClassName
{
border-color: #88E2AE;
}
</style>