Shades of Vista Blue #8AE1AB
Tints of Vista Blue #8AE1AB
RGB
CMYK
RGB Variations
Color information
#8AE1AB (or 0x8AE1AB) is known color: Vista Blue. HEX triplet: 8A, E1 and AB. RGB value is (138,225,171). Sum of RGB (Red+Green+Blue) = 138+225+171=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE1AB is #751E54. Grayscale: #C0C0C0. Windows color (decimal): -7675477 or 11264394. OLE color: 11264394.
HSL color Cylindrical-coordinate representation of color #8AE1AB: hue angle of 142.76º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1AB is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 171 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.12 |
| HSL | 142.76º | 0.59% | 0.71% | - |
| HSV(B) | 142.76º | 0.39% | 0.88% | - |
| XYZ | 44.76 | 62.19 | 48.17 | - |
| YUV | 192.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 171 | 0.39 | 0 | 0.24 | 0.12 | 142.76 | 0.59 | 0.71 |
| Hex | 8A | E1 | AB | 27 | 0 | 18 | C | 8F | 3B | 47 |
| Octal | 212 | 341 | 253 | 47 | 0 | 30 | 14 | 217 | 73 | 107 |
| Binary | 10001010 | 11100001 | 10101011 | 100111 | 0 | 11000 | 1100 | 10001111 | 111011 | 1000111 |
Color Harmonies of #8AE1AB
Complementary color
Monochromatic Colors of #8AE1AB
Black with #8AE1AB
Text Example
Text Example
White with #8AE1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1AB; }
p { color: rgb(138,225,171); }
H1.HeaderClassName
{
color: #8AE1AB;
}
.AnyTagClassName
{
color: #8AE1AB;
}
</style>
background-color css
<style>
a { background-color: #8AE1AB; }
a { background-color: rgb(138,225,171); }
div.DivClassName
{
background-color: #8AE1AB;
}
.BgClassName
{
background-color: #8AE1AB;
}
</style>
border-color css
<style>
span { border-color: #8AE1AB; }
span { border-color: rgb(138,225,171); }
td.TdClassName
{
border-color: #8AE1AB;
}
.TagClassName
{
border-color: #8AE1AB;
}
</style>