Shades of Vista Blue #88E5B4
Tints of Vista Blue #88E5B4
RGB
CMYK
RGB Variations
Color information
#88E5B4 (or 0x88E5B4) is known color: Vista Blue. HEX triplet: 88, E5 and B4. RGB value is (136,229,180). Sum of RGB (Red+Green+Blue) = 136+229+180=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #88E5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88E5B4 is #771A4B. Grayscale: #C3C3C3. Windows color (decimal): -7805516 or 11855240. OLE color: 11855240.
HSL color Cylindrical-coordinate representation of color #88E5B4: hue angle of 148.39º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88E5B4 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 229 | 180 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.10 |
| HSL | 148.39º | 0.64% | 0.72% | - |
| HSV(B) | 148.39º | 0.41% | 0.9% | - |
| XYZ | 46.41 | 64.57 | 53.2 | - |
| YUV | 195.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 229 | 180 | 0.41 | 0 | 0.21 | 0.10 | 148.39 | 0.64 | 0.72 |
| Hex | 88 | E5 | B4 | 29 | 0 | 15 | A | 94 | 40 | 48 |
| Octal | 210 | 345 | 264 | 51 | 0 | 25 | 12 | 224 | 100 | 110 |
| Binary | 10001000 | 11100101 | 10110100 | 101001 | 0 | 10101 | 1010 | 10010100 | 1000000 | 1001000 |
Color Harmonies of #88E5B4
Complementary color
Monochromatic Colors of #88E5B4
Black with #88E5B4
Text Example
Text Example
White with #88E5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E5B4; }
p { color: rgb(136,229,180); }
H1.HeaderClassName
{
color: #88E5B4;
}
.AnyTagClassName
{
color: #88E5B4;
}
</style>
background-color css
<style>
a { background-color: #88E5B4; }
a { background-color: rgb(136,229,180); }
div.DivClassName
{
background-color: #88E5B4;
}
.BgClassName
{
background-color: #88E5B4;
}
</style>
border-color css
<style>
span { border-color: #88E5B4; }
span { border-color: rgb(136,229,180); }
td.TdClassName
{
border-color: #88E5B4;
}
.TagClassName
{
border-color: #88E5B4;
}
</style>