Shades of Vista Blue #8DCCA5
Tints of Vista Blue #8DCCA5
RGB
CMYK
RGB Variations
Color information
#8DCCA5 (or 0x8DCCA5) is known color: Vista Blue. HEX triplet: 8D, CC and A5. RGB value is (141,204,165). Sum of RGB (Red+Green+Blue) = 141+204+165=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCA5 is #72335A. Grayscale: #B4B4B4. Windows color (decimal): -7484251 or 10865805. OLE color: 10865805.
HSL color Cylindrical-coordinate representation of color #8DCCA5: hue angle of 142.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCA5 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 165 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.2 |
| HSL | 142.86º | 0.38% | 0.68% | - |
| HSV(B) | 142.86º | 0.31% | 0.8% | - |
| XYZ | 39.37 | 51.57 | 43.48 | - |
| YUV | 180.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 165 | 0.31 | 0 | 0.19 | 0.2 | 142.86 | 0.38 | 0.68 |
| Hex | 8D | CC | A5 | 1F | 0 | 13 | 14 | 8F | 26 | 44 |
| Octal | 215 | 314 | 245 | 37 | 0 | 23 | 24 | 217 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10100101 | 11111 | 0 | 10011 | 10100 | 10001111 | 100110 | 1000100 |
Color Harmonies of #8DCCA5
Complementary color
Monochromatic Colors of #8DCCA5
Black with #8DCCA5
Text Example
Text Example
White with #8DCCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCA5; }
p { color: rgb(141,204,165); }
H1.HeaderClassName
{
color: #8DCCA5;
}
.AnyTagClassName
{
color: #8DCCA5;
}
</style>
background-color css
<style>
a { background-color: #8DCCA5; }
a { background-color: rgb(141,204,165); }
div.DivClassName
{
background-color: #8DCCA5;
}
.BgClassName
{
background-color: #8DCCA5;
}
</style>
border-color css
<style>
span { border-color: #8DCCA5; }
span { border-color: rgb(141,204,165); }
td.TdClassName
{
border-color: #8DCCA5;
}
.TagClassName
{
border-color: #8DCCA5;
}
</style>