Shades of Vista Blue #8AE7A7
Tints of Vista Blue #8AE7A7
RGB
CMYK
RGB Variations
Color information
#8AE7A7 (or 0x8AE7A7) is known color: Vista Blue. HEX triplet: 8A, E7 and A7. RGB value is (138,231,167). Sum of RGB (Red+Green+Blue) = 138+231+167=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE7A7 is #751858. Grayscale: #C4C4C4. Windows color (decimal): -7673945 or 11003786. OLE color: 11003786.
HSL color Cylindrical-coordinate representation of color #8AE7A7: hue angle of 138.71º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AE7A7 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 231 | 167 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.09 |
| HSL | 138.71º | 0.66% | 0.72% | - |
| HSV(B) | 138.71º | 0.4% | 0.91% | - |
| XYZ | 46.03 | 65.35 | 46.75 | - |
| YUV | 195.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 231 | 167 | 0.40 | 0 | 0.28 | 0.09 | 138.71 | 0.66 | 0.72 |
| Hex | 8A | E7 | A7 | 28 | 0 | 1C | 9 | 8B | 42 | 48 |
| Octal | 212 | 347 | 247 | 50 | 0 | 34 | 11 | 213 | 102 | 110 |
| Binary | 10001010 | 11100111 | 10100111 | 101000 | 0 | 11100 | 1001 | 10001011 | 1000010 | 1001000 |
Color Harmonies of #8AE7A7
Complementary color
Monochromatic Colors of #8AE7A7
Black with #8AE7A7
Text Example
Text Example
White with #8AE7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE7A7; }
p { color: rgb(138,231,167); }
H1.HeaderClassName
{
color: #8AE7A7;
}
.AnyTagClassName
{
color: #8AE7A7;
}
</style>
background-color css
<style>
a { background-color: #8AE7A7; }
a { background-color: rgb(138,231,167); }
div.DivClassName
{
background-color: #8AE7A7;
}
.BgClassName
{
background-color: #8AE7A7;
}
</style>
border-color css
<style>
span { border-color: #8AE7A7; }
span { border-color: rgb(138,231,167); }
td.TdClassName
{
border-color: #8AE7A7;
}
.TagClassName
{
border-color: #8AE7A7;
}
</style>