Shades of Vista Blue #88DFB0
Tints of Vista Blue #88DFB0
RGB
CMYK
RGB Variations
Color information
#88DFB0 (or 0x88DFB0) is known color: Vista Blue. HEX triplet: 88, DF and B0. RGB value is (136,223,176). Sum of RGB (Red+Green+Blue) = 136+223+176=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DFB0 is #77204F. Grayscale: #BFBFBF. Windows color (decimal): -7807056 or 11591560. OLE color: 11591560.
HSL color Cylindrical-coordinate representation of color #88DFB0: hue angle of 147.59º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DFB0 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 176 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.13 |
| HSL | 147.59º | 0.58% | 0.7% | - |
| HSV(B) | 147.59º | 0.39% | 0.87% | - |
| XYZ | 44.38 | 61.14 | 50.54 | - |
| YUV | 191.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 176 | 0.39 | 0 | 0.21 | 0.13 | 147.59 | 0.58 | 0.7 |
| Hex | 88 | DF | B0 | 27 | 0 | 15 | D | 94 | 3A | 46 |
| Octal | 210 | 337 | 260 | 47 | 0 | 25 | 15 | 224 | 72 | 106 |
| Binary | 10001000 | 11011111 | 10110000 | 100111 | 0 | 10101 | 1101 | 10010100 | 111010 | 1000110 |
Color Harmonies of #88DFB0
Complementary color
Monochromatic Colors of #88DFB0
Black with #88DFB0
Text Example
Text Example
White with #88DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DFB0; }
p { color: rgb(136,223,176); }
H1.HeaderClassName
{
color: #88DFB0;
}
.AnyTagClassName
{
color: #88DFB0;
}
</style>
background-color css
<style>
a { background-color: #88DFB0; }
a { background-color: rgb(136,223,176); }
div.DivClassName
{
background-color: #88DFB0;
}
.BgClassName
{
background-color: #88DFB0;
}
</style>
border-color css
<style>
span { border-color: #88DFB0; }
span { border-color: rgb(136,223,176); }
td.TdClassName
{
border-color: #88DFB0;
}
.TagClassName
{
border-color: #88DFB0;
}
</style>