Shades of Vista Blue #88DCAC
Tints of Vista Blue #88DCAC
RGB
CMYK
RGB Variations
Color information
#88DCAC (or 0x88DCAC) is known color: Vista Blue. HEX triplet: 88, DC and AC. RGB value is (136,220,172). Sum of RGB (Red+Green+Blue) = 136+220+172=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCAC is #772353. Grayscale: #BDBDBD. Windows color (decimal): -7807828 or 11328648. OLE color: 11328648.
HSL color Cylindrical-coordinate representation of color #88DCAC: hue angle of 145.71º 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 #88DCAC is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 172 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.14 |
| HSL | 145.71º | 0.55% | 0.7% | - |
| HSV(B) | 145.71º | 0.38% | 0.86% | - |
| XYZ | 43.19 | 59.4 | 48.22 | - |
| YUV | 189.41 | 118.17 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 172 | 0.38 | 0 | 0.22 | 0.14 | 145.71 | 0.55 | 0.7 |
| Hex | 88 | DC | AC | 26 | 0 | 16 | E | 92 | 37 | 46 |
| Octal | 210 | 334 | 254 | 46 | 0 | 26 | 16 | 222 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10101100 | 100110 | 0 | 10110 | 1110 | 10010010 | 110111 | 1000110 |
Color Harmonies of #88DCAC
Complementary color
Monochromatic Colors of #88DCAC
Black with #88DCAC
Text Example
Text Example
White with #88DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCAC; }
p { color: rgb(136,220,172); }
H1.HeaderClassName
{
color: #88DCAC;
}
.AnyTagClassName
{
color: #88DCAC;
}
</style>
background-color css
<style>
a { background-color: #88DCAC; }
a { background-color: rgb(136,220,172); }
div.DivClassName
{
background-color: #88DCAC;
}
.BgClassName
{
background-color: #88DCAC;
}
</style>
border-color css
<style>
span { border-color: #88DCAC; }
span { border-color: rgb(136,220,172); }
td.TdClassName
{
border-color: #88DCAC;
}
.TagClassName
{
border-color: #88DCAC;
}
</style>