Shades of Vista Blue #88D2AD
Tints of Vista Blue #88D2AD
RGB
CMYK
RGB Variations
Color information
#88D2AD (or 0x88D2AD) is known color: Vista Blue. HEX triplet: 88, D2 and AD. RGB value is (136,210,173). Sum of RGB (Red+Green+Blue) = 136+210+173=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #88D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D2AD is #772D52. Grayscale: #B7B7B7. Windows color (decimal): -7810387 or 11391624. OLE color: 11391624.
HSL color Cylindrical-coordinate representation of color #88D2AD: hue angle of 150º 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 #88D2AD is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 173 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.18 |
| HSL | 150º | 0.45% | 0.68% | - |
| HSV(B) | 150º | 0.35% | 0.82% | - |
| XYZ | 40.74 | 54.34 | 47.88 | - |
| YUV | 183.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 173 | 0.35 | 0 | 0.18 | 0.18 | 150 | 0.45 | 0.68 |
| Hex | 88 | D2 | AD | 23 | 0 | 12 | 12 | 96 | 2D | 44 |
| Octal | 210 | 322 | 255 | 43 | 0 | 22 | 22 | 226 | 55 | 104 |
| Binary | 10001000 | 11010010 | 10101101 | 100011 | 0 | 10010 | 10010 | 10010110 | 101101 | 1000100 |
Color Harmonies of #88D2AD
Complementary color
Monochromatic Colors of #88D2AD
Black with #88D2AD
Text Example
Text Example
White with #88D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D2AD; }
p { color: rgb(136,210,173); }
H1.HeaderClassName
{
color: #88D2AD;
}
.AnyTagClassName
{
color: #88D2AD;
}
</style>
background-color css
<style>
a { background-color: #88D2AD; }
a { background-color: rgb(136,210,173); }
div.DivClassName
{
background-color: #88D2AD;
}
.BgClassName
{
background-color: #88D2AD;
}
</style>
border-color css
<style>
span { border-color: #88D2AD; }
span { border-color: rgb(136,210,173); }
td.TdClassName
{
border-color: #88D2AD;
}
.TagClassName
{
border-color: #88D2AD;
}
</style>