Shades of Vista Blue #88DDA4
Tints of Vista Blue #88DDA4
RGB
CMYK
RGB Variations
Color information
#88DDA4 (or 0x88DDA4) is known color: Vista Blue. HEX triplet: 88, DD and A4. RGB value is (136,221,164). Sum of RGB (Red+Green+Blue) = 136+221+164=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DDA4 is #77225B. Grayscale: #BDBDBD. Windows color (decimal): -7807580 or 10804616. OLE color: 10804616.
HSL color Cylindrical-coordinate representation of color #88DDA4: hue angle of 139.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDA4 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 164 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.13 |
| HSL | 139.76º | 0.56% | 0.7% | - |
| HSV(B) | 139.76º | 0.38% | 0.87% | - |
| XYZ | 42.71 | 59.63 | 44.38 | - |
| YUV | 189.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 164 | 0.38 | 0 | 0.26 | 0.13 | 139.76 | 0.56 | 0.7 |
| Hex | 88 | DD | A4 | 26 | 0 | 1A | D | 8C | 38 | 46 |
| Octal | 210 | 335 | 244 | 46 | 0 | 32 | 15 | 214 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10100100 | 100110 | 0 | 11010 | 1101 | 10001100 | 111000 | 1000110 |
Color Harmonies of #88DDA4
Complementary color
Monochromatic Colors of #88DDA4
Black with #88DDA4
Text Example
Text Example
White with #88DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DDA4; }
p { color: rgb(136,221,164); }
H1.HeaderClassName
{
color: #88DDA4;
}
.AnyTagClassName
{
color: #88DDA4;
}
</style>
background-color css
<style>
a { background-color: #88DDA4; }
a { background-color: rgb(136,221,164); }
div.DivClassName
{
background-color: #88DDA4;
}
.BgClassName
{
background-color: #88DDA4;
}
</style>
border-color css
<style>
span { border-color: #88DDA4; }
span { border-color: rgb(136,221,164); }
td.TdClassName
{
border-color: #88DDA4;
}
.TagClassName
{
border-color: #88DDA4;
}
</style>