Shades of Vista Blue #88E8AA
Tints of Vista Blue #88E8AA
RGB
CMYK
RGB Variations
Color information
#88E8AA (or 0x88E8AA) is known color: Vista Blue. HEX triplet: 88, E8 and AA. RGB value is (136,232,170). Sum of RGB (Red+Green+Blue) = 136+232+170=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #88E8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88E8AA is #771755. Grayscale: #C4C4C4. Windows color (decimal): -7804758 or 11200648. OLE color: 11200648.
HSL color Cylindrical-coordinate representation of color #88E8AA: hue angle of 141.25º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88E8AA is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 232 | 170 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.09 |
| HSL | 141.25º | 0.68% | 0.72% | - |
| HSV(B) | 141.25º | 0.41% | 0.91% | - |
| XYZ | 46.27 | 65.85 | 48.3 | - |
| YUV | 196.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 232 | 170 | 0.41 | 0 | 0.27 | 0.09 | 141.25 | 0.68 | 0.72 |
| Hex | 88 | E8 | AA | 29 | 0 | 1B | 9 | 8D | 44 | 48 |
| Octal | 210 | 350 | 252 | 51 | 0 | 33 | 11 | 215 | 104 | 110 |
| Binary | 10001000 | 11101000 | 10101010 | 101001 | 0 | 11011 | 1001 | 10001101 | 1000100 | 1001000 |
Color Harmonies of #88E8AA
Complementary color
Monochromatic Colors of #88E8AA
Black with #88E8AA
Text Example
Text Example
White with #88E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E8AA; }
p { color: rgb(136,232,170); }
H1.HeaderClassName
{
color: #88E8AA;
}
.AnyTagClassName
{
color: #88E8AA;
}
</style>
background-color css
<style>
a { background-color: #88E8AA; }
a { background-color: rgb(136,232,170); }
div.DivClassName
{
background-color: #88E8AA;
}
.BgClassName
{
background-color: #88E8AA;
}
</style>
border-color css
<style>
span { border-color: #88E8AA; }
span { border-color: rgb(136,232,170); }
td.TdClassName
{
border-color: #88E8AA;
}
.TagClassName
{
border-color: #88E8AA;
}
</style>