Shades of Vista Blue #88DAA7
Tints of Vista Blue #88DAA7
RGB
CMYK
RGB Variations
Color information
#88DAA7 (or 0x88DAA7) is known color: Vista Blue. HEX triplet: 88, DA and A7. RGB value is (136,218,167). Sum of RGB (Red+Green+Blue) = 136+218+167=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DAA7 is #772558. Grayscale: #BBBBBB. Windows color (decimal): -7808345 or 11000456. OLE color: 11000456.
HSL color Cylindrical-coordinate representation of color #88DAA7: hue angle of 142.68º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DAA7 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 218 | 167 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.15 |
| HSL | 142.68º | 0.53% | 0.69% | - |
| HSV(B) | 142.68º | 0.38% | 0.85% | - |
| XYZ | 42.2 | 58.17 | 45.56 | - |
| YUV | 187.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 167 | 0.38 | 0 | 0.23 | 0.15 | 142.68 | 0.53 | 0.69 |
| Hex | 88 | DA | A7 | 26 | 0 | 17 | F | 8F | 35 | 45 |
| Octal | 210 | 332 | 247 | 46 | 0 | 27 | 17 | 217 | 65 | 105 |
| Binary | 10001000 | 11011010 | 10100111 | 100110 | 0 | 10111 | 1111 | 10001111 | 110101 | 1000101 |
Color Harmonies of #88DAA7
Complementary color
Monochromatic Colors of #88DAA7
Black with #88DAA7
Text Example
Text Example
White with #88DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DAA7; }
p { color: rgb(136,218,167); }
H1.HeaderClassName
{
color: #88DAA7;
}
.AnyTagClassName
{
color: #88DAA7;
}
</style>
background-color css
<style>
a { background-color: #88DAA7; }
a { background-color: rgb(136,218,167); }
div.DivClassName
{
background-color: #88DAA7;
}
.BgClassName
{
background-color: #88DAA7;
}
</style>
border-color css
<style>
span { border-color: #88DAA7; }
span { border-color: rgb(136,218,167); }
td.TdClassName
{
border-color: #88DAA7;
}
.TagClassName
{
border-color: #88DAA7;
}
</style>