Shades of Vista Blue #8AEEA9
Tints of Vista Blue #8AEEA9
RGB
CMYK
RGB Variations
Color information
#8AEEA9 (or 0x8AEEA9) is known color: Vista Blue. HEX triplet: 8A, EE and A9. RGB value is (138,238,169). Sum of RGB (Red+Green+Blue) = 138+238+169=545 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.32% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEEA9 is #751156. Grayscale: #C8C8C8. Windows color (decimal): -7672151 or 11136650. OLE color: 11136650.
HSL color Cylindrical-coordinate representation of color #8AEEA9: hue angle of 138.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEA9 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 169 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.07 |
| HSL | 138.6º | 0.75% | 0.74% | - |
| HSV(B) | 138.6º | 0.42% | 0.93% | - |
| XYZ | 48.22 | 69.42 | 48.39 | - |
| YUV | 200.23 | 110.37 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 169 | 0.42 | 0 | 0.29 | 0.07 | 138.6 | 0.75 | 0.74 |
| Hex | 8A | EE | A9 | 2A | 0 | 1D | 7 | 8B | 4B | 4A |
| Octal | 212 | 356 | 251 | 52 | 0 | 35 | 7 | 213 | 113 | 112 |
| Binary | 10001010 | 11101110 | 10101001 | 101010 | 0 | 11101 | 111 | 10001011 | 1001011 | 1001010 |
Color Harmonies of #8AEEA9
Complementary color
Monochromatic Colors of #8AEEA9
Black with #8AEEA9
Text Example
Text Example
White with #8AEEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEA9; }
p { color: rgb(138,238,169); }
H1.HeaderClassName
{
color: #8AEEA9;
}
.AnyTagClassName
{
color: #8AEEA9;
}
</style>
background-color css
<style>
a { background-color: #8AEEA9; }
a { background-color: rgb(138,238,169); }
div.DivClassName
{
background-color: #8AEEA9;
}
.BgClassName
{
background-color: #8AEEA9;
}
</style>
border-color css
<style>
span { border-color: #8AEEA9; }
span { border-color: rgb(138,238,169); }
td.TdClassName
{
border-color: #8AEEA9;
}
.TagClassName
{
border-color: #8AEEA9;
}
</style>