Shades of Vista Blue #88EABA
Tints of Vista Blue #88EABA
RGB
CMYK
RGB Variations
Color information
#88EABA (or 0x88EABA) is known color: Vista Blue. HEX triplet: 88, EA and BA. RGB value is (136,234,186). Sum of RGB (Red+Green+Blue) = 136+234+186=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #88EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EABA is #771545. Grayscale: #C7C7C7. Windows color (decimal): -7804230 or 12249736. OLE color: 12249736.
HSL color Cylindrical-coordinate representation of color #88EABA: hue angle of 150.61º 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 #88EABA is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 234 | 186 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.08 |
| HSL | 150.61º | 0.7% | 0.73% | - |
| HSV(B) | 150.61º | 0.42% | 0.92% | - |
| XYZ | 48.44 | 67.63 | 56.95 | - |
| YUV | 199.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 234 | 186 | 0.42 | 0 | 0.21 | 0.08 | 150.61 | 0.7 | 0.73 |
| Hex | 88 | EA | BA | 2A | 0 | 15 | 8 | 97 | 46 | 49 |
| Octal | 210 | 352 | 272 | 52 | 0 | 25 | 10 | 227 | 106 | 111 |
| Binary | 10001000 | 11101010 | 10111010 | 101010 | 0 | 10101 | 1000 | 10010111 | 1000110 | 1001001 |
Color Harmonies of #88EABA
Complementary color
Monochromatic Colors of #88EABA
Black with #88EABA
Text Example
Text Example
White with #88EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EABA; }
p { color: rgb(136,234,186); }
H1.HeaderClassName
{
color: #88EABA;
}
.AnyTagClassName
{
color: #88EABA;
}
</style>
background-color css
<style>
a { background-color: #88EABA; }
a { background-color: rgb(136,234,186); }
div.DivClassName
{
background-color: #88EABA;
}
.BgClassName
{
background-color: #88EABA;
}
</style>
border-color css
<style>
span { border-color: #88EABA; }
span { border-color: rgb(136,234,186); }
td.TdClassName
{
border-color: #88EABA;
}
.TagClassName
{
border-color: #88EABA;
}
</style>