Shades of Vista Blue #8DD0A5
Tints of Vista Blue #8DD0A5
RGB
CMYK
RGB Variations
Color information
#8DD0A5 (or 0x8DD0A5) is known color: Vista Blue. HEX triplet: 8D, D0 and A5. RGB value is (141,208,165). Sum of RGB (Red+Green+Blue) = 141+208+165=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD0A5 is #722F5A. Grayscale: #B7B7B7. Windows color (decimal): -7483227 or 10866829. OLE color: 10866829.
HSL color Cylindrical-coordinate representation of color #8DD0A5: hue angle of 141.49º 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 #8DD0A5 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 165 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.18 |
| HSL | 141.49º | 0.42% | 0.68% | - |
| HSV(B) | 141.49º | 0.32% | 0.82% | - |
| XYZ | 40.33 | 53.49 | 43.8 | - |
| YUV | 183.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 165 | 0.32 | 0 | 0.21 | 0.18 | 141.49 | 0.42 | 0.68 |
| Hex | 8D | D0 | A5 | 20 | 0 | 15 | 12 | 8D | 2A | 44 |
| Octal | 215 | 320 | 245 | 40 | 0 | 25 | 22 | 215 | 52 | 104 |
| Binary | 10001101 | 11010000 | 10100101 | 100000 | 0 | 10101 | 10010 | 10001101 | 101010 | 1000100 |
Color Harmonies of #8DD0A5
Complementary color
Monochromatic Colors of #8DD0A5
Black with #8DD0A5
Text Example
Text Example
White with #8DD0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0A5; }
p { color: rgb(141,208,165); }
H1.HeaderClassName
{
color: #8DD0A5;
}
.AnyTagClassName
{
color: #8DD0A5;
}
</style>
background-color css
<style>
a { background-color: #8DD0A5; }
a { background-color: rgb(141,208,165); }
div.DivClassName
{
background-color: #8DD0A5;
}
.BgClassName
{
background-color: #8DD0A5;
}
</style>
border-color css
<style>
span { border-color: #8DD0A5; }
span { border-color: rgb(141,208,165); }
td.TdClassName
{
border-color: #8DD0A5;
}
.TagClassName
{
border-color: #8DD0A5;
}
</style>