Shades of Vista Blue #8DD1A7
Tints of Vista Blue #8DD1A7
RGB
CMYK
RGB Variations
Color information
#8DD1A7 (or 0x8DD1A7) is known color: Vista Blue. HEX triplet: 8D, D1 and A7. RGB value is (141,209,167). Sum of RGB (Red+Green+Blue) = 141+209+167=517 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.27% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD1A7 is #722E58. Grayscale: #B7B7B7. Windows color (decimal): -7482969 or 10998157. OLE color: 10998157.
HSL color Cylindrical-coordinate representation of color #8DD1A7: hue angle of 142.94º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD1A7 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 167 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.18 |
| HSL | 142.94º | 0.43% | 0.69% | - |
| HSV(B) | 142.94º | 0.33% | 0.82% | - |
| XYZ | 40.76 | 54.05 | 44.84 | - |
| YUV | 183.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 167 | 0.33 | 0 | 0.20 | 0.18 | 142.94 | 0.43 | 0.69 |
| Hex | 8D | D1 | A7 | 21 | 0 | 14 | 12 | 8F | 2A | 45 |
| Octal | 215 | 321 | 247 | 41 | 0 | 24 | 22 | 217 | 52 | 105 |
| Binary | 10001101 | 11010001 | 10100111 | 100001 | 0 | 10100 | 10010 | 10001111 | 101010 | 1000101 |
Color Harmonies of #8DD1A7
Complementary color
Monochromatic Colors of #8DD1A7
Black with #8DD1A7
Text Example
Text Example
White with #8DD1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1A7; }
p { color: rgb(141,209,167); }
H1.HeaderClassName
{
color: #8DD1A7;
}
.AnyTagClassName
{
color: #8DD1A7;
}
</style>
background-color css
<style>
a { background-color: #8DD1A7; }
a { background-color: rgb(141,209,167); }
div.DivClassName
{
background-color: #8DD1A7;
}
.BgClassName
{
background-color: #8DD1A7;
}
</style>
border-color css
<style>
span { border-color: #8DD1A7; }
span { border-color: rgb(141,209,167); }
td.TdClassName
{
border-color: #8DD1A7;
}
.TagClassName
{
border-color: #8DD1A7;
}
</style>