#8AE7BA

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

Shades of Vista Blue #8AE7BA

Tints of Vista Blue #8AE7BA

Color information

#8AE7BA (or 0x8AE7BA) is unknown color: approx Vista Blue. HEX triplet: 8A, E7 and BA. RGB value is (138,231,186). Sum of RGB (Red+Green+Blue) = 138+231+186=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7BA is #751845. Grayscale: #C6C6C6. Windows color (decimal): -7673926 or 12248970. OLE color: 12248970.

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

Color convert

RGB138231186-
CMYK0.4000.190.09
HSL150.97º65.96%72.35%-
HSV(B)150.97º40.26%90.59%-
XYZ47.9266.156.69-
YUV198.06121.1985.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.86%
GREEN value IS 231 (90.62% from 255) = 41.62%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=24.86%
G=41.62%
B=33.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311860.4000.190.09150.9765.9672.35
Hex8AE7BA280139974248
Octal2123472725002311227102110
Binary10001010111001111011101010100001001110011001011110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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