#8AE7A8

Color #8AE7A8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8AE7A8

Tints of Vista Blue #8AE7A8

Color information

#8AE7A8 (or 0x8AE7A8) is unknown color: approx Vista Blue. HEX triplet: 8A, E7 and A8. RGB value is (138,231,168). Sum of RGB (Red+Green+Blue) = 138+231+168=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AE7A8 is #751857. Grayscale: #C4C4C4. Windows color (decimal): -7673944 or 11069322. OLE color: 11069322.

HSL color Cylindrical-coordinate representation of color #8AE7A8: hue angle of 139.35º 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 #8AE7A8 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB138231168-
CMYK0.4000.270.09
HSL139.35º65.96%72.35%-
HSV(B)139.35º40.26%90.59%-
XYZ46.1365.3847.23-
YUV196.01112.1986.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 231 (90.62% from 255) = 43.02%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=25.70%
G=43.02%
B=31.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311680.4000.270.09139.3565.9672.35
Hex8AE7A82801B98b4248
Octal2123472505003311213102110
Binary10001010111001111010100010100001101110011000101110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AE7A8; }

 p { color: rgb(138,231,168); }

 H1.HeaderClassName
 {
   color: #8AE7A8;
 }
 .AnyTagClassName
 {
   color: #8AE7A8;
 }
</style>
background-color css

<style>
 a { background-color: #8AE7A8; }

 a { background-color: rgb(138,231,168); }

 div.DivClassName
 {
   background-color: #8AE7A8;
 }
 .BgClassName
 {
   background-color: #8AE7A8;
 }
</style>
border-color css

<style>
 span { border-color: #8AE7A8; }

 span { border-color: rgb(138,231,168); }

 td.TdClassName
 {
   border-color: #8AE7A8;
 }
 .TagClassName
 {
   border-color: #8AE7A8;
 }
</style>