Shades of Vista Blue #88CCA5
Tints of Vista Blue #88CCA5
RGB
CMYK
RGB Variations
Color information
#88CCA5 (or 0x88CCA5) is known color: Vista Blue. HEX triplet: 88, CC and A5. RGB value is (136,204,165). Sum of RGB (Red+Green+Blue) = 136+204+165=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CCA5 is #77335A. Grayscale: #B3B3B3. Windows color (decimal): -7811931 or 10865800. OLE color: 10865800.
HSL color Cylindrical-coordinate representation of color #88CCA5: hue angle of 145.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCA5 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 165 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.2 |
| HSL | 145.59º | 0.4% | 0.67% | - |
| HSV(B) | 145.59º | 0.33% | 0.8% | - |
| XYZ | 38.54 | 51.14 | 43.44 | - |
| YUV | 179.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 165 | 0.33 | 0 | 0.19 | 0.2 | 145.59 | 0.4 | 0.67 |
| Hex | 88 | CC | A5 | 21 | 0 | 13 | 14 | 92 | 28 | 43 |
| Octal | 210 | 314 | 245 | 41 | 0 | 23 | 24 | 222 | 50 | 103 |
| Binary | 10001000 | 11001100 | 10100101 | 100001 | 0 | 10011 | 10100 | 10010010 | 101000 | 1000011 |
Color Harmonies of #88CCA5
Complementary color
Monochromatic Colors of #88CCA5
Black with #88CCA5
Text Example
Text Example
White with #88CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCA5; }
p { color: rgb(136,204,165); }
H1.HeaderClassName
{
color: #88CCA5;
}
.AnyTagClassName
{
color: #88CCA5;
}
</style>
background-color css
<style>
a { background-color: #88CCA5; }
a { background-color: rgb(136,204,165); }
div.DivClassName
{
background-color: #88CCA5;
}
.BgClassName
{
background-color: #88CCA5;
}
</style>
border-color css
<style>
span { border-color: #88CCA5; }
span { border-color: rgb(136,204,165); }
td.TdClassName
{
border-color: #88CCA5;
}
.TagClassName
{
border-color: #88CCA5;
}
</style>