Shades of Vista Blue #8DD0A7
Tints of Vista Blue #8DD0A7
RGB
CMYK
RGB Variations
Color information
#8DD0A7 (or 0x8DD0A7) is known color: Vista Blue. HEX triplet: 8D, D0 and A7. RGB value is (141,208,167). Sum of RGB (Red+Green+Blue) = 141+208+167=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD0A7 is #722F58. Grayscale: #B7B7B7. Windows color (decimal): -7483225 or 10997901. OLE color: 10997901.
HSL color Cylindrical-coordinate representation of color #8DD0A7: hue angle of 143.28º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0A7 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 167 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.18 |
| HSL | 143.28º | 0.42% | 0.68% | - |
| HSV(B) | 143.28º | 0.32% | 0.82% | - |
| XYZ | 40.52 | 53.56 | 44.76 | - |
| YUV | 183.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 167 | 0.32 | 0 | 0.20 | 0.18 | 143.28 | 0.42 | 0.68 |
| Hex | 8D | D0 | A7 | 20 | 0 | 14 | 12 | 8F | 2A | 44 |
| Octal | 215 | 320 | 247 | 40 | 0 | 24 | 22 | 217 | 52 | 104 |
| Binary | 10001101 | 11010000 | 10100111 | 100000 | 0 | 10100 | 10010 | 10001111 | 101010 | 1000100 |
Color Harmonies of #8DD0A7
Complementary color
Monochromatic Colors of #8DD0A7
Black with #8DD0A7
Text Example
Text Example
White with #8DD0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0A7; }
p { color: rgb(141,208,167); }
H1.HeaderClassName
{
color: #8DD0A7;
}
.AnyTagClassName
{
color: #8DD0A7;
}
</style>
background-color css
<style>
a { background-color: #8DD0A7; }
a { background-color: rgb(141,208,167); }
div.DivClassName
{
background-color: #8DD0A7;
}
.BgClassName
{
background-color: #8DD0A7;
}
</style>
border-color css
<style>
span { border-color: #8DD0A7; }
span { border-color: rgb(141,208,167); }
td.TdClassName
{
border-color: #8DD0A7;
}
.TagClassName
{
border-color: #8DD0A7;
}
</style>