#8AE8BA

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

Shades of Vista Blue #8AE8BA

Tints of Vista Blue #8AE8BA

Color information

#8AE8BA (or 0x8AE8BA) is unknown color: approx Vista Blue. HEX triplet: 8A, E8 and BA. RGB value is (138,232,186). Sum of RGB (Red+Green+Blue) = 138+232+186=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #8AE8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE8BA is #751745. Grayscale: #C6C6C6. Windows color (decimal): -7673670 or 12249226. OLE color: 12249226.

HSL color Cylindrical-coordinate representation of color #8AE8BA: hue angle of 150.64º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AE8BA is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB138232186-
CMYK0.4100.200.09
HSL150.64º67.14%72.55%-
HSV(B)150.64º40.52%90.98%-
XYZ48.266.6656.78-
YUV198.65120.8684.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 232 (91.02% from 255) = 41.73%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=24.82%
G=41.73%
B=33.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382321860.4100.200.09150.6467.1472.55
Hex8AE8BA290149974349
Octal2123502725102411227103111
Binary10001010111010001011101010100101010010011001011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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