Shades of Vista Blue #8AE1A6
Tints of Vista Blue #8AE1A6
RGB
CMYK
RGB Variations
Color information
#8AE1A6 (or 0x8AE1A6) is known color: Vista Blue. HEX triplet: 8A, E1 and A6. RGB value is (138,225,166). Sum of RGB (Red+Green+Blue) = 138+225+166=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AE1A6 is #751E59. Grayscale: #C0C0C0. Windows color (decimal): -7675482 or 10936714. OLE color: 10936714.
HSL color Cylindrical-coordinate representation of color #8AE1A6: hue angle of 139.31º 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 #8AE1A6 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 166 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.12 |
| HSL | 139.31º | 0.59% | 0.71% | - |
| HSV(B) | 139.31º | 0.39% | 0.88% | - |
| XYZ | 44.29 | 62.01 | 45.71 | - |
| YUV | 192.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 166 | 0.39 | 0 | 0.26 | 0.12 | 139.31 | 0.59 | 0.71 |
| Hex | 8A | E1 | A6 | 27 | 0 | 1A | C | 8B | 3B | 47 |
| Octal | 212 | 341 | 246 | 47 | 0 | 32 | 14 | 213 | 73 | 107 |
| Binary | 10001010 | 11100001 | 10100110 | 100111 | 0 | 11010 | 1100 | 10001011 | 111011 | 1000111 |
Color Harmonies of #8AE1A6
Complementary color
Monochromatic Colors of #8AE1A6
Black with #8AE1A6
Text Example
Text Example
White with #8AE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE1A6; }
p { color: rgb(138,225,166); }
H1.HeaderClassName
{
color: #8AE1A6;
}
.AnyTagClassName
{
color: #8AE1A6;
}
</style>
background-color css
<style>
a { background-color: #8AE1A6; }
a { background-color: rgb(138,225,166); }
div.DivClassName
{
background-color: #8AE1A6;
}
.BgClassName
{
background-color: #8AE1A6;
}
</style>
border-color css
<style>
span { border-color: #8AE1A6; }
span { border-color: rgb(138,225,166); }
td.TdClassName
{
border-color: #8AE1A6;
}
.TagClassName
{
border-color: #8AE1A6;
}
</style>