Shades of Vista Blue #8DD6AA
Tints of Vista Blue #8DD6AA
RGB
CMYK
RGB Variations
Color information
#8DD6AA (or 0x8DD6AA) is known color: Vista Blue. HEX triplet: 8D, D6 and AA. RGB value is (141,214,170). Sum of RGB (Red+Green+Blue) = 141+214+170=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD6AA is #722955. Grayscale: #BBBBBB. Windows color (decimal): -7481686 or 11196045. OLE color: 11196045.
HSL color Cylindrical-coordinate representation of color #8DD6AA: hue angle of 143.84º 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 #8DD6AA is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 170 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.16 |
| HSL | 143.84º | 0.47% | 0.7% | - |
| HSV(B) | 143.84º | 0.34% | 0.84% | - |
| XYZ | 42.29 | 56.66 | 46.74 | - |
| YUV | 187.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 170 | 0.34 | 0 | 0.21 | 0.16 | 143.84 | 0.47 | 0.7 |
| Hex | 8D | D6 | AA | 22 | 0 | 15 | 10 | 90 | 2F | 46 |
| Octal | 215 | 326 | 252 | 42 | 0 | 25 | 20 | 220 | 57 | 106 |
| Binary | 10001101 | 11010110 | 10101010 | 100010 | 0 | 10101 | 10000 | 10010000 | 101111 | 1000110 |
Color Harmonies of #8DD6AA
Complementary color
Monochromatic Colors of #8DD6AA
Black with #8DD6AA
Text Example
Text Example
White with #8DD6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD6AA; }
p { color: rgb(141,214,170); }
H1.HeaderClassName
{
color: #8DD6AA;
}
.AnyTagClassName
{
color: #8DD6AA;
}
</style>
background-color css
<style>
a { background-color: #8DD6AA; }
a { background-color: rgb(141,214,170); }
div.DivClassName
{
background-color: #8DD6AA;
}
.BgClassName
{
background-color: #8DD6AA;
}
</style>
border-color css
<style>
span { border-color: #8DD6AA; }
span { border-color: rgb(141,214,170); }
td.TdClassName
{
border-color: #8DD6AA;
}
.TagClassName
{
border-color: #8DD6AA;
}
</style>