Shades of Vista Blue #8DCCA6
Tints of Vista Blue #8DCCA6
RGB
CMYK
RGB Variations
Color information
#8DCCA6 (or 0x8DCCA6) is known color: Vista Blue. HEX triplet: 8D, CC and A6. RGB value is (141,204,166). Sum of RGB (Red+Green+Blue) = 141+204+166=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCA6 is #723359. Grayscale: #B4B4B4. Windows color (decimal): -7484250 or 10931341. OLE color: 10931341.
HSL color Cylindrical-coordinate representation of color #8DCCA6: hue angle of 143.81º 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 #8DCCA6 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 166 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.2 |
| HSL | 143.81º | 0.38% | 0.68% | - |
| HSV(B) | 143.81º | 0.31% | 0.8% | - |
| XYZ | 39.46 | 51.6 | 43.96 | - |
| YUV | 180.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 166 | 0.31 | 0 | 0.19 | 0.2 | 143.81 | 0.38 | 0.68 |
| Hex | 8D | CC | A6 | 1F | 0 | 13 | 14 | 90 | 26 | 44 |
| Octal | 215 | 314 | 246 | 37 | 0 | 23 | 24 | 220 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10100110 | 11111 | 0 | 10011 | 10100 | 10010000 | 100110 | 1000100 |
Color Harmonies of #8DCCA6
Complementary color
Monochromatic Colors of #8DCCA6
Black with #8DCCA6
Text Example
Text Example
White with #8DCCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCA6; }
p { color: rgb(141,204,166); }
H1.HeaderClassName
{
color: #8DCCA6;
}
.AnyTagClassName
{
color: #8DCCA6;
}
</style>
background-color css
<style>
a { background-color: #8DCCA6; }
a { background-color: rgb(141,204,166); }
div.DivClassName
{
background-color: #8DCCA6;
}
.BgClassName
{
background-color: #8DCCA6;
}
</style>
border-color css
<style>
span { border-color: #8DCCA6; }
span { border-color: rgb(141,204,166); }
td.TdClassName
{
border-color: #8DCCA6;
}
.TagClassName
{
border-color: #8DCCA6;
}
</style>