Shades of Vista Blue #88DBAF
Tints of Vista Blue #88DBAF
RGB
CMYK
RGB Variations
Color information
#88DBAF (or 0x88DBAF) is known color: Vista Blue. HEX triplet: 88, DB and AF. RGB value is (136,219,175). Sum of RGB (Red+Green+Blue) = 136+219+175=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBAF is #772450. Grayscale: #BDBDBD. Windows color (decimal): -7808081 or 11525000. OLE color: 11525000.
HSL color Cylindrical-coordinate representation of color #88DBAF: hue angle of 148.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBAF is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 175 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.14 |
| HSL | 148.19º | 0.54% | 0.7% | - |
| HSV(B) | 148.19º | 0.38% | 0.86% | - |
| XYZ | 43.22 | 58.99 | 49.67 | - |
| YUV | 189.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 175 | 0.38 | 0 | 0.20 | 0.14 | 148.19 | 0.54 | 0.7 |
| Hex | 88 | DB | AF | 26 | 0 | 14 | E | 94 | 36 | 46 |
| Octal | 210 | 333 | 257 | 46 | 0 | 24 | 16 | 224 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10101111 | 100110 | 0 | 10100 | 1110 | 10010100 | 110110 | 1000110 |
Color Harmonies of #88DBAF
Complementary color
Monochromatic Colors of #88DBAF
Black with #88DBAF
Text Example
Text Example
White with #88DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBAF; }
p { color: rgb(136,219,175); }
H1.HeaderClassName
{
color: #88DBAF;
}
.AnyTagClassName
{
color: #88DBAF;
}
</style>
background-color css
<style>
a { background-color: #88DBAF; }
a { background-color: rgb(136,219,175); }
div.DivClassName
{
background-color: #88DBAF;
}
.BgClassName
{
background-color: #88DBAF;
}
</style>
border-color css
<style>
span { border-color: #88DBAF; }
span { border-color: rgb(136,219,175); }
td.TdClassName
{
border-color: #88DBAF;
}
.TagClassName
{
border-color: #88DBAF;
}
</style>