Shades of Vista Blue #88DCAB
Tints of Vista Blue #88DCAB
RGB
CMYK
RGB Variations
Color information
#88DCAB (or 0x88DCAB) is known color: Vista Blue. HEX triplet: 88, DC and AB. RGB value is (136,220,171). Sum of RGB (Red+Green+Blue) = 136+220+171=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCAB is #772354. Grayscale: #BDBDBD. Windows color (decimal): -7807829 or 11263112. OLE color: 11263112.
HSL color Cylindrical-coordinate representation of color #88DCAB: hue angle of 145º degrees, saturation: 0.55, 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 #88DCAB is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 171 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.14 |
| HSL | 145º | 0.55% | 0.7% | - |
| HSV(B) | 145º | 0.38% | 0.86% | - |
| XYZ | 43.1 | 59.36 | 47.71 | - |
| YUV | 189.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 171 | 0.38 | 0 | 0.22 | 0.14 | 145 | 0.55 | 0.7 |
| Hex | 88 | DC | AB | 26 | 0 | 16 | E | 91 | 37 | 46 |
| Octal | 210 | 334 | 253 | 46 | 0 | 26 | 16 | 221 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10101011 | 100110 | 0 | 10110 | 1110 | 10010001 | 110111 | 1000110 |
Color Harmonies of #88DCAB
Complementary color
Monochromatic Colors of #88DCAB
Black with #88DCAB
Text Example
Text Example
White with #88DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCAB; }
p { color: rgb(136,220,171); }
H1.HeaderClassName
{
color: #88DCAB;
}
.AnyTagClassName
{
color: #88DCAB;
}
</style>
background-color css
<style>
a { background-color: #88DCAB; }
a { background-color: rgb(136,220,171); }
div.DivClassName
{
background-color: #88DCAB;
}
.BgClassName
{
background-color: #88DCAB;
}
</style>
border-color css
<style>
span { border-color: #88DCAB; }
span { border-color: rgb(136,220,171); }
td.TdClassName
{
border-color: #88DCAB;
}
.TagClassName
{
border-color: #88DCAB;
}
</style>