Shades of Vista Blue #88E2B9
Tints of Vista Blue #88E2B9
RGB
CMYK
RGB Variations
Color information
#88E2B9 (or 0x88E2B9) is known color: Vista Blue. HEX triplet: 88, E2 and B9. RGB value is (136,226,185). Sum of RGB (Red+Green+Blue) = 136+226+185=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #88E2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88E2B9 is #771D46. Grayscale: #C2C2C2. Windows color (decimal): -7806279 or 12182152. OLE color: 12182152.
HSL color Cylindrical-coordinate representation of color #88E2B9: hue angle of 152.67º 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 #88E2B9 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 226 | 185 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.11 |
| HSL | 152.67º | 0.61% | 0.71% | - |
| HSV(B) | 152.67º | 0.4% | 0.89% | - |
| XYZ | 46.11 | 63.13 | 55.65 | - |
| YUV | 194.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 226 | 185 | 0.40 | 0 | 0.18 | 0.11 | 152.67 | 0.61 | 0.71 |
| Hex | 88 | E2 | B9 | 28 | 0 | 12 | B | 99 | 3D | 47 |
| Octal | 210 | 342 | 271 | 50 | 0 | 22 | 13 | 231 | 75 | 107 |
| Binary | 10001000 | 11100010 | 10111001 | 101000 | 0 | 10010 | 1011 | 10011001 | 111101 | 1000111 |
Color Harmonies of #88E2B9
Complementary color
Monochromatic Colors of #88E2B9
Black with #88E2B9
Text Example
Text Example
White with #88E2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E2B9; }
p { color: rgb(136,226,185); }
H1.HeaderClassName
{
color: #88E2B9;
}
.AnyTagClassName
{
color: #88E2B9;
}
</style>
background-color css
<style>
a { background-color: #88E2B9; }
a { background-color: rgb(136,226,185); }
div.DivClassName
{
background-color: #88E2B9;
}
.BgClassName
{
background-color: #88E2B9;
}
</style>
border-color css
<style>
span { border-color: #88E2B9; }
span { border-color: rgb(136,226,185); }
td.TdClassName
{
border-color: #88E2B9;
}
.TagClassName
{
border-color: #88E2B9;
}
</style>