Shades of Vista Blue #8AEAAC
Tints of Vista Blue #8AEAAC
RGB
CMYK
RGB Variations
Color information
#8AEAAC (or 0x8AEAAC) is known color: Vista Blue. HEX triplet: 8A, EA and AC. RGB value is (138,234,172). Sum of RGB (Red+Green+Blue) = 138+234+172=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEAAC is #751553. Grayscale: #C6C6C6. Windows color (decimal): -7673172 or 11332234. OLE color: 11332234.
HSL color Cylindrical-coordinate representation of color #8AEAAC: hue angle of 141.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEAAC is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 234 | 172 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.08 |
| HSL | 141.25º | 0.7% | 0.73% | - |
| HSV(B) | 141.25º | 0.41% | 0.92% | - |
| XYZ | 47.35 | 67.23 | 49.51 | - |
| YUV | 198.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 234 | 172 | 0.41 | 0 | 0.26 | 0.08 | 141.25 | 0.7 | 0.73 |
| Hex | 8A | EA | AC | 29 | 0 | 1A | 8 | 8D | 46 | 49 |
| Octal | 212 | 352 | 254 | 51 | 0 | 32 | 10 | 215 | 106 | 111 |
| Binary | 10001010 | 11101010 | 10101100 | 101001 | 0 | 11010 | 1000 | 10001101 | 1000110 | 1001001 |
Color Harmonies of #8AEAAC
Complementary color
Monochromatic Colors of #8AEAAC
Black with #8AEAAC
Text Example
Text Example
White with #8AEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEAAC; }
p { color: rgb(138,234,172); }
H1.HeaderClassName
{
color: #8AEAAC;
}
.AnyTagClassName
{
color: #8AEAAC;
}
</style>
background-color css
<style>
a { background-color: #8AEAAC; }
a { background-color: rgb(138,234,172); }
div.DivClassName
{
background-color: #8AEAAC;
}
.BgClassName
{
background-color: #8AEAAC;
}
</style>
border-color css
<style>
span { border-color: #8AEAAC; }
span { border-color: rgb(138,234,172); }
td.TdClassName
{
border-color: #8AEAAC;
}
.TagClassName
{
border-color: #8AEAAC;
}
</style>