Shades of Vista Blue #88E0AA
Tints of Vista Blue #88E0AA
RGB
CMYK
RGB Variations
Color information
#88E0AA (or 0x88E0AA) is known color: Vista Blue. HEX triplet: 88, E0 and AA. RGB value is (136,224,170). Sum of RGB (Red+Green+Blue) = 136+224+170=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #88E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88E0AA is #771F55. Grayscale: #BFBFBF. Windows color (decimal): -7806806 or 11198600. OLE color: 11198600.
HSL color Cylindrical-coordinate representation of color #88E0AA: hue angle of 143.18º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88E0AA is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 224 | 170 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.12 |
| HSL | 143.18º | 0.59% | 0.71% | - |
| HSV(B) | 143.18º | 0.39% | 0.88% | - |
| XYZ | 44.06 | 61.45 | 47.57 | - |
| YUV | 191.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 224 | 170 | 0.39 | 0 | 0.24 | 0.12 | 143.18 | 0.59 | 0.71 |
| Hex | 88 | E0 | AA | 27 | 0 | 18 | C | 8F | 3B | 47 |
| Octal | 210 | 340 | 252 | 47 | 0 | 30 | 14 | 217 | 73 | 107 |
| Binary | 10001000 | 11100000 | 10101010 | 100111 | 0 | 11000 | 1100 | 10001111 | 111011 | 1000111 |
Color Harmonies of #88E0AA
Complementary color
Monochromatic Colors of #88E0AA
Black with #88E0AA
Text Example
Text Example
White with #88E0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E0AA; }
p { color: rgb(136,224,170); }
H1.HeaderClassName
{
color: #88E0AA;
}
.AnyTagClassName
{
color: #88E0AA;
}
</style>
background-color css
<style>
a { background-color: #88E0AA; }
a { background-color: rgb(136,224,170); }
div.DivClassName
{
background-color: #88E0AA;
}
.BgClassName
{
background-color: #88E0AA;
}
</style>
border-color css
<style>
span { border-color: #88E0AA; }
span { border-color: rgb(136,224,170); }
td.TdClassName
{
border-color: #88E0AA;
}
.TagClassName
{
border-color: #88E0AA;
}
</style>