Shades of Vista Blue #8DD6A8
Tints of Vista Blue #8DD6A8
RGB
CMYK
RGB Variations
Color information
#8DD6A8 (or 0x8DD6A8) is known color: Vista Blue. HEX triplet: 8D, D6 and A8. RGB value is (141,214,168). Sum of RGB (Red+Green+Blue) = 141+214+168=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD6A8 is #722957. Grayscale: #BBBBBB. Windows color (decimal): -7481688 or 11064973. OLE color: 11064973.
HSL color Cylindrical-coordinate representation of color #8DD6A8: hue angle of 142.19º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD6A8 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 168 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.16 |
| HSL | 142.19º | 0.47% | 0.7% | - |
| HSV(B) | 142.19º | 0.34% | 0.84% | - |
| XYZ | 42.1 | 56.58 | 45.75 | - |
| YUV | 186.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 168 | 0.34 | 0 | 0.21 | 0.16 | 142.19 | 0.47 | 0.7 |
| Hex | 8D | D6 | A8 | 22 | 0 | 15 | 10 | 8E | 2F | 46 |
| Octal | 215 | 326 | 250 | 42 | 0 | 25 | 20 | 216 | 57 | 106 |
| Binary | 10001101 | 11010110 | 10101000 | 100010 | 0 | 10101 | 10000 | 10001110 | 101111 | 1000110 |
Color Harmonies of #8DD6A8
Complementary color
Monochromatic Colors of #8DD6A8
Black with #8DD6A8
Text Example
Text Example
White with #8DD6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD6A8; }
p { color: rgb(141,214,168); }
H1.HeaderClassName
{
color: #8DD6A8;
}
.AnyTagClassName
{
color: #8DD6A8;
}
</style>
background-color css
<style>
a { background-color: #8DD6A8; }
a { background-color: rgb(141,214,168); }
div.DivClassName
{
background-color: #8DD6A8;
}
.BgClassName
{
background-color: #8DD6A8;
}
</style>
border-color css
<style>
span { border-color: #8DD6A8; }
span { border-color: rgb(141,214,168); }
td.TdClassName
{
border-color: #8DD6A8;
}
.TagClassName
{
border-color: #8DD6A8;
}
</style>