Shades of Vista Blue #88D2AF
Tints of Vista Blue #88D2AF
RGB
CMYK
RGB Variations
Color information
#88D2AF (or 0x88D2AF) is known color: Vista Blue. HEX triplet: 88, D2 and AF. RGB value is (136,210,175). Sum of RGB (Red+Green+Blue) = 136+210+175=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #88D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D2AF is #772D50. Grayscale: #B7B7B7. Windows color (decimal): -7810385 or 11522696. OLE color: 11522696.
HSL color Cylindrical-coordinate representation of color #88D2AF: hue angle of 151.62º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D2AF is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 175 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.18 |
| HSL | 151.62º | 0.45% | 0.68% | - |
| HSV(B) | 151.62º | 0.35% | 0.82% | - |
| XYZ | 40.94 | 54.42 | 48.9 | - |
| YUV | 183.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 175 | 0.35 | 0 | 0.17 | 0.18 | 151.62 | 0.45 | 0.68 |
| Hex | 88 | D2 | AF | 23 | 0 | 11 | 12 | 98 | 2D | 44 |
| Octal | 210 | 322 | 257 | 43 | 0 | 21 | 22 | 230 | 55 | 104 |
| Binary | 10001000 | 11010010 | 10101111 | 100011 | 0 | 10001 | 10010 | 10011000 | 101101 | 1000100 |
Color Harmonies of #88D2AF
Complementary color
Monochromatic Colors of #88D2AF
Black with #88D2AF
Text Example
Text Example
White with #88D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D2AF; }
p { color: rgb(136,210,175); }
H1.HeaderClassName
{
color: #88D2AF;
}
.AnyTagClassName
{
color: #88D2AF;
}
</style>
background-color css
<style>
a { background-color: #88D2AF; }
a { background-color: rgb(136,210,175); }
div.DivClassName
{
background-color: #88D2AF;
}
.BgClassName
{
background-color: #88D2AF;
}
</style>
border-color css
<style>
span { border-color: #88D2AF; }
span { border-color: rgb(136,210,175); }
td.TdClassName
{
border-color: #88D2AF;
}
.TagClassName
{
border-color: #88D2AF;
}
</style>