Shades of Vista Blue #88ECBC
Tints of Vista Blue #88ECBC
RGB
CMYK
RGB Variations
Color information
#88ECBC (or 0x88ECBC) is known color: Vista Blue. HEX triplet: 88, EC and BC. RGB value is (136,236,188). Sum of RGB (Red+Green+Blue) = 136+236+188=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88ECBC is #771343. Grayscale: #C8C8C8. Windows color (decimal): -7803716 or 12381320. OLE color: 12381320.
HSL color Cylindrical-coordinate representation of color #88ECBC: hue angle of 151.2º 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 #88ECBC is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 188 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.07 |
| HSL | 151.2º | 0.72% | 0.73% | - |
| HSV(B) | 151.2º | 0.42% | 0.93% | - |
| XYZ | 49.23 | 68.86 | 58.27 | - |
| YUV | 200.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 188 | 0.42 | 0 | 0.20 | 0.07 | 151.2 | 0.72 | 0.73 |
| Hex | 88 | EC | BC | 2A | 0 | 14 | 7 | 97 | 48 | 49 |
| Octal | 210 | 354 | 274 | 52 | 0 | 24 | 7 | 227 | 110 | 111 |
| Binary | 10001000 | 11101100 | 10111100 | 101010 | 0 | 10100 | 111 | 10010111 | 1001000 | 1001001 |
Color Harmonies of #88ECBC
Complementary color
Monochromatic Colors of #88ECBC
Black with #88ECBC
Text Example
Text Example
White with #88ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ECBC; }
p { color: rgb(136,236,188); }
H1.HeaderClassName
{
color: #88ECBC;
}
.AnyTagClassName
{
color: #88ECBC;
}
</style>
background-color css
<style>
a { background-color: #88ECBC; }
a { background-color: rgb(136,236,188); }
div.DivClassName
{
background-color: #88ECBC;
}
.BgClassName
{
background-color: #88ECBC;
}
</style>
border-color css
<style>
span { border-color: #88ECBC; }
span { border-color: rgb(136,236,188); }
td.TdClassName
{
border-color: #88ECBC;
}
.TagClassName
{
border-color: #88ECBC;
}
</style>