Shades of Vista Blue #88CCA7
Tints of Vista Blue #88CCA7
RGB
CMYK
RGB Variations
Color information
#88CCA7 (or 0x88CCA7) is known color: Vista Blue. HEX triplet: 88, CC and A7. RGB value is (136,204,167). Sum of RGB (Red+Green+Blue) = 136+204+167=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CCA7 is #773358. Grayscale: #B3B3B3. Windows color (decimal): -7811929 or 10996872. OLE color: 10996872.
HSL color Cylindrical-coordinate representation of color #88CCA7: hue angle of 147.35º 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 #88CCA7 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 167 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.2 |
| HSL | 147.35º | 0.4% | 0.67% | - |
| HSV(B) | 147.35º | 0.33% | 0.8% | - |
| XYZ | 38.72 | 51.21 | 44.4 | - |
| YUV | 179.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 167 | 0.33 | 0 | 0.18 | 0.2 | 147.35 | 0.4 | 0.67 |
| Hex | 88 | CC | A7 | 21 | 0 | 12 | 14 | 93 | 28 | 43 |
| Octal | 210 | 314 | 247 | 41 | 0 | 22 | 24 | 223 | 50 | 103 |
| Binary | 10001000 | 11001100 | 10100111 | 100001 | 0 | 10010 | 10100 | 10010011 | 101000 | 1000011 |
Color Harmonies of #88CCA7
Complementary color
Monochromatic Colors of #88CCA7
Black with #88CCA7
Text Example
Text Example
White with #88CCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCA7; }
p { color: rgb(136,204,167); }
H1.HeaderClassName
{
color: #88CCA7;
}
.AnyTagClassName
{
color: #88CCA7;
}
</style>
background-color css
<style>
a { background-color: #88CCA7; }
a { background-color: rgb(136,204,167); }
div.DivClassName
{
background-color: #88CCA7;
}
.BgClassName
{
background-color: #88CCA7;
}
</style>
border-color css
<style>
span { border-color: #88CCA7; }
span { border-color: rgb(136,204,167); }
td.TdClassName
{
border-color: #88CCA7;
}
.TagClassName
{
border-color: #88CCA7;
}
</style>