Shades of Vista Blue #8DDDA8
Tints of Vista Blue #8DDDA8
RGB
CMYK
RGB Variations
Color information
#8DDDA8 (or 0x8DDDA8) is known color: Vista Blue. HEX triplet: 8D, DD and A8. RGB value is (141,221,168). Sum of RGB (Red+Green+Blue) = 141+221+168=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDDA8 is #722257. Grayscale: #BFBFBF. Windows color (decimal): -7479896 or 11066765. OLE color: 11066765.
HSL color Cylindrical-coordinate representation of color #8DDDA8: hue angle of 140.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDDA8 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 168 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.13 |
| HSL | 140.25º | 0.54% | 0.71% | - |
| HSV(B) | 140.25º | 0.36% | 0.87% | - |
| XYZ | 43.91 | 60.2 | 46.35 | - |
| YUV | 191.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 168 | 0.36 | 0 | 0.24 | 0.13 | 140.25 | 0.54 | 0.71 |
| Hex | 8D | DD | A8 | 24 | 0 | 18 | D | 8C | 36 | 47 |
| Octal | 215 | 335 | 250 | 44 | 0 | 30 | 15 | 214 | 66 | 107 |
| Binary | 10001101 | 11011101 | 10101000 | 100100 | 0 | 11000 | 1101 | 10001100 | 110110 | 1000111 |
Color Harmonies of #8DDDA8
Complementary color
Monochromatic Colors of #8DDDA8
Black with #8DDDA8
Text Example
Text Example
White with #8DDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDA8; }
p { color: rgb(141,221,168); }
H1.HeaderClassName
{
color: #8DDDA8;
}
.AnyTagClassName
{
color: #8DDDA8;
}
</style>
background-color css
<style>
a { background-color: #8DDDA8; }
a { background-color: rgb(141,221,168); }
div.DivClassName
{
background-color: #8DDDA8;
}
.BgClassName
{
background-color: #8DDDA8;
}
</style>
border-color css
<style>
span { border-color: #8DDDA8; }
span { border-color: rgb(141,221,168); }
td.TdClassName
{
border-color: #8DDDA8;
}
.TagClassName
{
border-color: #8DDDA8;
}
</style>