Shades of Vista Blue #88ECB8
Tints of Vista Blue #88ECB8
RGB
CMYK
RGB Variations
Color information
#88ECB8 (or 0x88ECB8) is known color: Vista Blue. HEX triplet: 88, EC and B8. RGB value is (136,236,184). Sum of RGB (Red+Green+Blue) = 136+236+184=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88ECB8 is #771347. Grayscale: #C8C8C8. Windows color (decimal): -7803720 or 12119176. OLE color: 12119176.
HSL color Cylindrical-coordinate representation of color #88ECB8: hue angle of 148.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88ECB8 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 184 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.07 |
| HSL | 148.8º | 0.72% | 0.73% | - |
| HSV(B) | 148.8º | 0.42% | 0.93% | - |
| XYZ | 48.8 | 68.69 | 56.03 | - |
| YUV | 200.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 184 | 0.42 | 0 | 0.22 | 0.07 | 148.8 | 0.72 | 0.73 |
| Hex | 88 | EC | B8 | 2A | 0 | 16 | 7 | 95 | 48 | 49 |
| Octal | 210 | 354 | 270 | 52 | 0 | 26 | 7 | 225 | 110 | 111 |
| Binary | 10001000 | 11101100 | 10111000 | 101010 | 0 | 10110 | 111 | 10010101 | 1001000 | 1001001 |
Color Harmonies of #88ECB8
Complementary color
Monochromatic Colors of #88ECB8
Black with #88ECB8
Text Example
Text Example
White with #88ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ECB8; }
p { color: rgb(136,236,184); }
H1.HeaderClassName
{
color: #88ECB8;
}
.AnyTagClassName
{
color: #88ECB8;
}
</style>
background-color css
<style>
a { background-color: #88ECB8; }
a { background-color: rgb(136,236,184); }
div.DivClassName
{
background-color: #88ECB8;
}
.BgClassName
{
background-color: #88ECB8;
}
</style>
border-color css
<style>
span { border-color: #88ECB8; }
span { border-color: rgb(136,236,184); }
td.TdClassName
{
border-color: #88ECB8;
}
.TagClassName
{
border-color: #88ECB8;
}
</style>