Shades of Vista Blue #88DAAE
Tints of Vista Blue #88DAAE
RGB
CMYK
RGB Variations
Color information
#88DAAE (or 0x88DAAE) is known color: Vista Blue. HEX triplet: 88, DA and AE. RGB value is (136,218,174). Sum of RGB (Red+Green+Blue) = 136+218+174=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DAAE is #772551. Grayscale: #BCBCBC. Windows color (decimal): -7808338 or 11459208. OLE color: 11459208.
HSL color Cylindrical-coordinate representation of color #88DAAE: hue angle of 147.8º 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 #88DAAE is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 218 | 174 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.15 |
| HSL | 147.8º | 0.53% | 0.69% | - |
| HSV(B) | 147.8º | 0.38% | 0.85% | - |
| XYZ | 42.86 | 58.43 | 49.06 | - |
| YUV | 188.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 174 | 0.38 | 0 | 0.20 | 0.15 | 147.8 | 0.53 | 0.69 |
| Hex | 88 | DA | AE | 26 | 0 | 14 | F | 94 | 35 | 45 |
| Octal | 210 | 332 | 256 | 46 | 0 | 24 | 17 | 224 | 65 | 105 |
| Binary | 10001000 | 11011010 | 10101110 | 100110 | 0 | 10100 | 1111 | 10010100 | 110101 | 1000101 |
Color Harmonies of #88DAAE
Complementary color
Monochromatic Colors of #88DAAE
Black with #88DAAE
Text Example
Text Example
White with #88DAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DAAE; }
p { color: rgb(136,218,174); }
H1.HeaderClassName
{
color: #88DAAE;
}
.AnyTagClassName
{
color: #88DAAE;
}
</style>
background-color css
<style>
a { background-color: #88DAAE; }
a { background-color: rgb(136,218,174); }
div.DivClassName
{
background-color: #88DAAE;
}
.BgClassName
{
background-color: #88DAAE;
}
</style>
border-color css
<style>
span { border-color: #88DAAE; }
span { border-color: rgb(136,218,174); }
td.TdClassName
{
border-color: #88DAAE;
}
.TagClassName
{
border-color: #88DAAE;
}
</style>