Shades of Vista Blue #88D3A5
Tints of Vista Blue #88D3A5
RGB
CMYK
RGB Variations
Color information
#88D3A5 (or 0x88D3A5) is known color: Vista Blue. HEX triplet: 88, D3 and A5. RGB value is (136,211,165). Sum of RGB (Red+Green+Blue) = 136+211+165=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #88D3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D3A5 is #772C5A. Grayscale: #B7B7B7. Windows color (decimal): -7810139 or 10867592. OLE color: 10867592.
HSL color Cylindrical-coordinate representation of color #88D3A5: hue angle of 143.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D3A5 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 211 | 165 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.17 |
| HSL | 143.2º | 0.46% | 0.68% | - |
| HSV(B) | 143.2º | 0.36% | 0.83% | - |
| XYZ | 40.24 | 54.54 | 44 | - |
| YUV | 183.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 211 | 165 | 0.36 | 0 | 0.22 | 0.17 | 143.2 | 0.46 | 0.68 |
| Hex | 88 | D3 | A5 | 24 | 0 | 16 | 11 | 8F | 2E | 44 |
| Octal | 210 | 323 | 245 | 44 | 0 | 26 | 21 | 217 | 56 | 104 |
| Binary | 10001000 | 11010011 | 10100101 | 100100 | 0 | 10110 | 10001 | 10001111 | 101110 | 1000100 |
Color Harmonies of #88D3A5
Complementary color
Monochromatic Colors of #88D3A5
Black with #88D3A5
Text Example
Text Example
White with #88D3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D3A5; }
p { color: rgb(136,211,165); }
H1.HeaderClassName
{
color: #88D3A5;
}
.AnyTagClassName
{
color: #88D3A5;
}
</style>
background-color css
<style>
a { background-color: #88D3A5; }
a { background-color: rgb(136,211,165); }
div.DivClassName
{
background-color: #88D3A5;
}
.BgClassName
{
background-color: #88D3A5;
}
</style>
border-color css
<style>
span { border-color: #88D3A5; }
span { border-color: rgb(136,211,165); }
td.TdClassName
{
border-color: #88D3A5;
}
.TagClassName
{
border-color: #88D3A5;
}
</style>