Shades of Vista Blue #88D8B3
Tints of Vista Blue #88D8B3
RGB
CMYK
RGB Variations
Color information
#88D8B3 (or 0x88D8B3) is known color: Vista Blue. HEX triplet: 88, D8 and B3. RGB value is (136,216,179). Sum of RGB (Red+Green+Blue) = 136+216+179=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #88D8B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D8B3 is #77274C. Grayscale: #BBBBBB. Windows color (decimal): -7808845 or 11786376. OLE color: 11786376.
HSL color Cylindrical-coordinate representation of color #88D8B3: hue angle of 152.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D8B3 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 179 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.15 |
| HSL | 152.25º | 0.51% | 0.69% | - |
| HSV(B) | 152.25º | 0.37% | 0.85% | - |
| XYZ | 42.85 | 57.6 | 51.51 | - |
| YUV | 187.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 179 | 0.37 | 0 | 0.17 | 0.15 | 152.25 | 0.51 | 0.69 |
| Hex | 88 | D8 | B3 | 25 | 0 | 11 | F | 98 | 33 | 45 |
| Octal | 210 | 330 | 263 | 45 | 0 | 21 | 17 | 230 | 63 | 105 |
| Binary | 10001000 | 11011000 | 10110011 | 100101 | 0 | 10001 | 1111 | 10011000 | 110011 | 1000101 |
Color Harmonies of #88D8B3
Complementary color
Monochromatic Colors of #88D8B3
Black with #88D8B3
Text Example
Text Example
White with #88D8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D8B3; }
p { color: rgb(136,216,179); }
H1.HeaderClassName
{
color: #88D8B3;
}
.AnyTagClassName
{
color: #88D8B3;
}
</style>
background-color css
<style>
a { background-color: #88D8B3; }
a { background-color: rgb(136,216,179); }
div.DivClassName
{
background-color: #88D8B3;
}
.BgClassName
{
background-color: #88D8B3;
}
</style>
border-color css
<style>
span { border-color: #88D8B3; }
span { border-color: rgb(136,216,179); }
td.TdClassName
{
border-color: #88D8B3;
}
.TagClassName
{
border-color: #88D8B3;
}
</style>