Shades of Vista Blue #8AE2A9
Tints of Vista Blue #8AE2A9
RGB
CMYK
RGB Variations
Color information
#8AE2A9 (or 0x8AE2A9) is known color: Vista Blue. HEX triplet: 8A, E2 and A9. RGB value is (138,226,169). Sum of RGB (Red+Green+Blue) = 138+226+169=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE2A9 is #751D56. Grayscale: #C1C1C1. Windows color (decimal): -7675223 or 11133578. OLE color: 11133578.
HSL color Cylindrical-coordinate representation of color #8AE2A9: hue angle of 141.14º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE2A9 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 138 | 226 | 169 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.11 |
| HSL | 141.14º | 0.6% | 0.71% | - |
| HSV(B) | 141.14º | 0.39% | 0.89% | - |
| XYZ | 44.84 | 62.66 | 47.27 | - |
| YUV | 193.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 226 | 169 | 0.39 | 0 | 0.25 | 0.11 | 141.14 | 0.6 | 0.71 |
| Hex | 8A | E2 | A9 | 27 | 0 | 19 | B | 8D | 3C | 47 |
| Octal | 212 | 342 | 251 | 47 | 0 | 31 | 13 | 215 | 74 | 107 |
| Binary | 10001010 | 11100010 | 10101001 | 100111 | 0 | 11001 | 1011 | 10001101 | 111100 | 1000111 |
Color Harmonies of #8AE2A9
Complementary color
Monochromatic Colors of #8AE2A9
Black with #8AE2A9
Text Example
Text Example
White with #8AE2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE2A9; }
p { color: rgb(138,226,169); }
H1.HeaderClassName
{
color: #8AE2A9;
}
.AnyTagClassName
{
color: #8AE2A9;
}
</style>
background-color css
<style>
a { background-color: #8AE2A9; }
a { background-color: rgb(138,226,169); }
div.DivClassName
{
background-color: #8AE2A9;
}
.BgClassName
{
background-color: #8AE2A9;
}
</style>
border-color css
<style>
span { border-color: #8AE2A9; }
span { border-color: rgb(138,226,169); }
td.TdClassName
{
border-color: #8AE2A9;
}
.TagClassName
{
border-color: #8AE2A9;
}
</style>