Shades of Vista Blue #88DBA8
Tints of Vista Blue #88DBA8
RGB
CMYK
RGB Variations
Color information
#88DBA8 (or 0x88DBA8) is known color: Vista Blue. HEX triplet: 88, DB and A8. RGB value is (136,219,168). Sum of RGB (Red+Green+Blue) = 136+219+168=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBA8 is #772457. Grayscale: #BCBCBC. Windows color (decimal): -7808088 or 11066248. OLE color: 11066248.
HSL color Cylindrical-coordinate representation of color #88DBA8: hue angle of 143.13º 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 #88DBA8 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 168 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.14 |
| HSL | 143.13º | 0.54% | 0.7% | - |
| HSV(B) | 143.13º | 0.38% | 0.86% | - |
| XYZ | 42.55 | 58.72 | 46.14 | - |
| YUV | 188.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 168 | 0.38 | 0 | 0.23 | 0.14 | 143.13 | 0.54 | 0.7 |
| Hex | 88 | DB | A8 | 26 | 0 | 17 | E | 8F | 36 | 46 |
| Octal | 210 | 333 | 250 | 46 | 0 | 27 | 16 | 217 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10101000 | 100110 | 0 | 10111 | 1110 | 10001111 | 110110 | 1000110 |
Color Harmonies of #88DBA8
Complementary color
Monochromatic Colors of #88DBA8
Black with #88DBA8
Text Example
Text Example
White with #88DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBA8; }
p { color: rgb(136,219,168); }
H1.HeaderClassName
{
color: #88DBA8;
}
.AnyTagClassName
{
color: #88DBA8;
}
</style>
background-color css
<style>
a { background-color: #88DBA8; }
a { background-color: rgb(136,219,168); }
div.DivClassName
{
background-color: #88DBA8;
}
.BgClassName
{
background-color: #88DBA8;
}
</style>
border-color css
<style>
span { border-color: #88DBA8; }
span { border-color: rgb(136,219,168); }
td.TdClassName
{
border-color: #88DBA8;
}
.TagClassName
{
border-color: #88DBA8;
}
</style>