Shades of Vista Blue #8DDCA8
Tints of Vista Blue #8DDCA8
RGB
CMYK
RGB Variations
Color information
#8DDCA8 (or 0x8DDCA8) is known color: Vista Blue. HEX triplet: 8D, DC and A8. RGB value is (141,220,168). Sum of RGB (Red+Green+Blue) = 141+220+168=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDCA8 is #722357. Grayscale: #BEBEBE. Windows color (decimal): -7480152 or 11066509. OLE color: 11066509.
HSL color Cylindrical-coordinate representation of color #8DDCA8: hue angle of 140.51º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCA8 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 168 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.14 |
| HSL | 140.51º | 0.53% | 0.71% | - |
| HSV(B) | 140.51º | 0.36% | 0.86% | - |
| XYZ | 43.65 | 59.68 | 46.26 | - |
| YUV | 190.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 168 | 0.36 | 0 | 0.24 | 0.14 | 140.51 | 0.53 | 0.71 |
| Hex | 8D | DC | A8 | 24 | 0 | 18 | E | 8D | 35 | 47 |
| Octal | 215 | 334 | 250 | 44 | 0 | 30 | 16 | 215 | 65 | 107 |
| Binary | 10001101 | 11011100 | 10101000 | 100100 | 0 | 11000 | 1110 | 10001101 | 110101 | 1000111 |
Color Harmonies of #8DDCA8
Complementary color
Monochromatic Colors of #8DDCA8
Black with #8DDCA8
Text Example
Text Example
White with #8DDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDCA8; }
p { color: rgb(141,220,168); }
H1.HeaderClassName
{
color: #8DDCA8;
}
.AnyTagClassName
{
color: #8DDCA8;
}
</style>
background-color css
<style>
a { background-color: #8DDCA8; }
a { background-color: rgb(141,220,168); }
div.DivClassName
{
background-color: #8DDCA8;
}
.BgClassName
{
background-color: #8DDCA8;
}
</style>
border-color css
<style>
span { border-color: #8DDCA8; }
span { border-color: rgb(141,220,168); }
td.TdClassName
{
border-color: #8DDCA8;
}
.TagClassName
{
border-color: #8DDCA8;
}
</style>