Shades of Vista Blue #88DFA8
Tints of Vista Blue #88DFA8
RGB
CMYK
RGB Variations
Color information
#88DFA8 (or 0x88DFA8) is known color: Vista Blue. HEX triplet: 88, DF and A8. RGB value is (136,223,168). Sum of RGB (Red+Green+Blue) = 136+223+168=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DFA8 is #772057. Grayscale: #BEBEBE. Windows color (decimal): -7807064 or 11067272. OLE color: 11067272.
HSL color Cylindrical-coordinate representation of color #88DFA8: hue angle of 142.07º 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 #88DFA8 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 168 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.13 |
| HSL | 142.07º | 0.58% | 0.7% | - |
| HSV(B) | 142.07º | 0.39% | 0.87% | - |
| XYZ | 43.61 | 60.84 | 46.49 | - |
| YUV | 190.72 | 115.18 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 168 | 0.39 | 0 | 0.25 | 0.13 | 142.07 | 0.58 | 0.7 |
| Hex | 88 | DF | A8 | 27 | 0 | 19 | D | 8E | 3A | 46 |
| Octal | 210 | 337 | 250 | 47 | 0 | 31 | 15 | 216 | 72 | 106 |
| Binary | 10001000 | 11011111 | 10101000 | 100111 | 0 | 11001 | 1101 | 10001110 | 111010 | 1000110 |
Color Harmonies of #88DFA8
Complementary color
Monochromatic Colors of #88DFA8
Black with #88DFA8
Text Example
Text Example
White with #88DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DFA8; }
p { color: rgb(136,223,168); }
H1.HeaderClassName
{
color: #88DFA8;
}
.AnyTagClassName
{
color: #88DFA8;
}
</style>
background-color css
<style>
a { background-color: #88DFA8; }
a { background-color: rgb(136,223,168); }
div.DivClassName
{
background-color: #88DFA8;
}
.BgClassName
{
background-color: #88DFA8;
}
</style>
border-color css
<style>
span { border-color: #88DFA8; }
span { border-color: rgb(136,223,168); }
td.TdClassName
{
border-color: #88DFA8;
}
.TagClassName
{
border-color: #88DFA8;
}
</style>