Shades of Vista Blue #88DBA6
Tints of Vista Blue #88DBA6
RGB
CMYK
RGB Variations
Color information
#88DBA6 (or 0x88DBA6) is known color: Vista Blue. HEX triplet: 88, DB and A6. RGB value is (136,219,166). Sum of RGB (Red+Green+Blue) = 136+219+166=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBA6 is #772459. Grayscale: #BCBCBC. Windows color (decimal): -7808090 or 10935176. OLE color: 10935176.
HSL color Cylindrical-coordinate representation of color #88DBA6: hue angle of 141.69º 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 #88DBA6 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 166 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.14 |
| HSL | 141.69º | 0.54% | 0.7% | - |
| HSV(B) | 141.69º | 0.38% | 0.86% | - |
| XYZ | 42.37 | 58.65 | 45.16 | - |
| YUV | 188.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 166 | 0.38 | 0 | 0.24 | 0.14 | 141.69 | 0.54 | 0.7 |
| Hex | 88 | DB | A6 | 26 | 0 | 18 | E | 8E | 36 | 46 |
| Octal | 210 | 333 | 246 | 46 | 0 | 30 | 16 | 216 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10100110 | 100110 | 0 | 11000 | 1110 | 10001110 | 110110 | 1000110 |
Color Harmonies of #88DBA6
Complementary color
Monochromatic Colors of #88DBA6
Black with #88DBA6
Text Example
Text Example
White with #88DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBA6; }
p { color: rgb(136,219,166); }
H1.HeaderClassName
{
color: #88DBA6;
}
.AnyTagClassName
{
color: #88DBA6;
}
</style>
background-color css
<style>
a { background-color: #88DBA6; }
a { background-color: rgb(136,219,166); }
div.DivClassName
{
background-color: #88DBA6;
}
.BgClassName
{
background-color: #88DBA6;
}
</style>
border-color css
<style>
span { border-color: #88DBA6; }
span { border-color: rgb(136,219,166); }
td.TdClassName
{
border-color: #88DBA6;
}
.TagClassName
{
border-color: #88DBA6;
}
</style>