Shades of Vista Blue #88EAB9
Tints of Vista Blue #88EAB9
RGB
CMYK
RGB Variations
Color information
#88EAB9 (or 0x88EAB9) is known color: Vista Blue. HEX triplet: 88, EA and B9. RGB value is (136,234,185). Sum of RGB (Red+Green+Blue) = 136+234+185=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #88EAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EAB9 is #771546. Grayscale: #C7C7C7. Windows color (decimal): -7804231 or 12184200. OLE color: 12184200.
HSL color Cylindrical-coordinate representation of color #88EAB9: hue angle of 150º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88EAB9 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 234 | 185 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.08 |
| HSL | 150º | 0.7% | 0.73% | - |
| HSV(B) | 150º | 0.42% | 0.92% | - |
| XYZ | 48.33 | 67.58 | 56.4 | - |
| YUV | 199.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 234 | 185 | 0.42 | 0 | 0.21 | 0.08 | 150 | 0.7 | 0.73 |
| Hex | 88 | EA | B9 | 2A | 0 | 15 | 8 | 96 | 46 | 49 |
| Octal | 210 | 352 | 271 | 52 | 0 | 25 | 10 | 226 | 106 | 111 |
| Binary | 10001000 | 11101010 | 10111001 | 101010 | 0 | 10101 | 1000 | 10010110 | 1000110 | 1001001 |
Color Harmonies of #88EAB9
Complementary color
Monochromatic Colors of #88EAB9
Black with #88EAB9
Text Example
Text Example
White with #88EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EAB9; }
p { color: rgb(136,234,185); }
H1.HeaderClassName
{
color: #88EAB9;
}
.AnyTagClassName
{
color: #88EAB9;
}
</style>
background-color css
<style>
a { background-color: #88EAB9; }
a { background-color: rgb(136,234,185); }
div.DivClassName
{
background-color: #88EAB9;
}
.BgClassName
{
background-color: #88EAB9;
}
</style>
border-color css
<style>
span { border-color: #88EAB9; }
span { border-color: rgb(136,234,185); }
td.TdClassName
{
border-color: #88EAB9;
}
.TagClassName
{
border-color: #88EAB9;
}
</style>