Shades of Vista Blue #88DAB8
Tints of Vista Blue #88DAB8
RGB
CMYK
RGB Variations
Color information
#88DAB8 (or 0x88DAB8) is known color: Vista Blue. HEX triplet: 88, DA and B8. RGB value is (136,218,184). Sum of RGB (Red+Green+Blue) = 136+218+184=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DAB8 is #772547. Grayscale: #BDBDBD. Windows color (decimal): -7808328 or 12114568. OLE color: 12114568.
HSL color Cylindrical-coordinate representation of color #88DAB8: hue angle of 155.12º 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 #88DAB8 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 218 | 184 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.15 |
| HSL | 155.12º | 0.53% | 0.69% | - |
| HSV(B) | 155.12º | 0.38% | 0.85% | - |
| XYZ | 43.88 | 58.84 | 54.39 | - |
| YUV | 189.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 184 | 0.38 | 0 | 0.16 | 0.15 | 155.12 | 0.53 | 0.69 |
| Hex | 88 | DA | B8 | 26 | 0 | 10 | F | 9B | 35 | 45 |
| Octal | 210 | 332 | 270 | 46 | 0 | 20 | 17 | 233 | 65 | 105 |
| Binary | 10001000 | 11011010 | 10111000 | 100110 | 0 | 10000 | 1111 | 10011011 | 110101 | 1000101 |
Color Harmonies of #88DAB8
Complementary color
Monochromatic Colors of #88DAB8
Black with #88DAB8
Text Example
Text Example
White with #88DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DAB8; }
p { color: rgb(136,218,184); }
H1.HeaderClassName
{
color: #88DAB8;
}
.AnyTagClassName
{
color: #88DAB8;
}
</style>
background-color css
<style>
a { background-color: #88DAB8; }
a { background-color: rgb(136,218,184); }
div.DivClassName
{
background-color: #88DAB8;
}
.BgClassName
{
background-color: #88DAB8;
}
</style>
border-color css
<style>
span { border-color: #88DAB8; }
span { border-color: rgb(136,218,184); }
td.TdClassName
{
border-color: #88DAB8;
}
.TagClassName
{
border-color: #88DAB8;
}
</style>