Shades of Vista Blue #88E7B2
Tints of Vista Blue #88E7B2
RGB
CMYK
RGB Variations
Color information
#88E7B2 (or 0x88E7B2) is known color: Vista Blue. HEX triplet: 88, E7 and B2. RGB value is (136,231,178). Sum of RGB (Red+Green+Blue) = 136+231+178=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #88E7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88E7B2 is #77184D. Grayscale: #C4C4C4. Windows color (decimal): -7805006 or 11724680. OLE color: 11724680.
HSL color Cylindrical-coordinate representation of color #88E7B2: hue angle of 146.53º degrees, saturation: 0.66, 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 #88E7B2 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 231 | 178 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.09 |
| HSL | 146.53º | 0.66% | 0.72% | - |
| HSV(B) | 146.53º | 0.41% | 0.91% | - |
| XYZ | 46.77 | 65.6 | 52.32 | - |
| YUV | 196.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 231 | 178 | 0.41 | 0 | 0.23 | 0.09 | 146.53 | 0.66 | 0.72 |
| Hex | 88 | E7 | B2 | 29 | 0 | 17 | 9 | 93 | 42 | 48 |
| Octal | 210 | 347 | 262 | 51 | 0 | 27 | 11 | 223 | 102 | 110 |
| Binary | 10001000 | 11100111 | 10110010 | 101001 | 0 | 10111 | 1001 | 10010011 | 1000010 | 1001000 |
Color Harmonies of #88E7B2
Complementary color
Monochromatic Colors of #88E7B2
Black with #88E7B2
Text Example
Text Example
White with #88E7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E7B2; }
p { color: rgb(136,231,178); }
H1.HeaderClassName
{
color: #88E7B2;
}
.AnyTagClassName
{
color: #88E7B2;
}
</style>
background-color css
<style>
a { background-color: #88E7B2; }
a { background-color: rgb(136,231,178); }
div.DivClassName
{
background-color: #88E7B2;
}
.BgClassName
{
background-color: #88E7B2;
}
</style>
border-color css
<style>
span { border-color: #88E7B2; }
span { border-color: rgb(136,231,178); }
td.TdClassName
{
border-color: #88E7B2;
}
.TagClassName
{
border-color: #88E7B2;
}
</style>