Shades of Vista Blue #88DBAB
Tints of Vista Blue #88DBAB
RGB
CMYK
RGB Variations
Color information
#88DBAB (or 0x88DBAB) is known color: Vista Blue. HEX triplet: 88, DB and AB. RGB value is (136,219,171). Sum of RGB (Red+Green+Blue) = 136+219+171=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBAB is #772454. Grayscale: #BCBCBC. Windows color (decimal): -7808085 or 11262856. OLE color: 11262856.
HSL color Cylindrical-coordinate representation of color #88DBAB: hue angle of 145.3º 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 #88DBAB is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 171 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.14 |
| HSL | 145.3º | 0.54% | 0.7% | - |
| HSV(B) | 145.3º | 0.38% | 0.86% | - |
| XYZ | 42.84 | 58.84 | 47.63 | - |
| YUV | 188.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 171 | 0.38 | 0 | 0.22 | 0.14 | 145.3 | 0.54 | 0.7 |
| Hex | 88 | DB | AB | 26 | 0 | 16 | E | 91 | 36 | 46 |
| Octal | 210 | 333 | 253 | 46 | 0 | 26 | 16 | 221 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10101011 | 100110 | 0 | 10110 | 1110 | 10010001 | 110110 | 1000110 |
Color Harmonies of #88DBAB
Complementary color
Monochromatic Colors of #88DBAB
Black with #88DBAB
Text Example
Text Example
White with #88DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBAB; }
p { color: rgb(136,219,171); }
H1.HeaderClassName
{
color: #88DBAB;
}
.AnyTagClassName
{
color: #88DBAB;
}
</style>
background-color css
<style>
a { background-color: #88DBAB; }
a { background-color: rgb(136,219,171); }
div.DivClassName
{
background-color: #88DBAB;
}
.BgClassName
{
background-color: #88DBAB;
}
</style>
border-color css
<style>
span { border-color: #88DBAB; }
span { border-color: rgb(136,219,171); }
td.TdClassName
{
border-color: #88DBAB;
}
.TagClassName
{
border-color: #88DBAB;
}
</style>