Shades of Vista Blue #88DBA5
Tints of Vista Blue #88DBA5
RGB
CMYK
RGB Variations
Color information
#88DBA5 (or 0x88DBA5) is known color: Vista Blue. HEX triplet: 88, DB and A5. RGB value is (136,219,165). Sum of RGB (Red+Green+Blue) = 136+219+165=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBA5 is #77245A. Grayscale: #BCBCBC. Windows color (decimal): -7808091 or 10869640. OLE color: 10869640.
HSL color Cylindrical-coordinate representation of color #88DBA5: hue angle of 140.96º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBA5 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 165 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.14 |
| HSL | 140.96º | 0.54% | 0.7% | - |
| HSV(B) | 140.96º | 0.38% | 0.86% | - |
| XYZ | 42.28 | 58.61 | 44.68 | - |
| YUV | 188.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 165 | 0.38 | 0 | 0.25 | 0.14 | 140.96 | 0.54 | 0.7 |
| Hex | 88 | DB | A5 | 26 | 0 | 19 | E | 8D | 36 | 46 |
| Octal | 210 | 333 | 245 | 46 | 0 | 31 | 16 | 215 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10100101 | 100110 | 0 | 11001 | 1110 | 10001101 | 110110 | 1000110 |
Color Harmonies of #88DBA5
Complementary color
Monochromatic Colors of #88DBA5
Black with #88DBA5
Text Example
Text Example
White with #88DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBA5; }
p { color: rgb(136,219,165); }
H1.HeaderClassName
{
color: #88DBA5;
}
.AnyTagClassName
{
color: #88DBA5;
}
</style>
background-color css
<style>
a { background-color: #88DBA5; }
a { background-color: rgb(136,219,165); }
div.DivClassName
{
background-color: #88DBA5;
}
.BgClassName
{
background-color: #88DBA5;
}
</style>
border-color css
<style>
span { border-color: #88DBA5; }
span { border-color: rgb(136,219,165); }
td.TdClassName
{
border-color: #88DBA5;
}
.TagClassName
{
border-color: #88DBA5;
}
</style>