#8AE2BA

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

Shades of Vista Blue #8AE2BA

Tints of Vista Blue #8AE2BA

Color information

#8AE2BA (or 0x8AE2BA) is unknown color: approx Vista Blue. HEX triplet: 8A, E2 and BA. RGB value is (138,226,186). Sum of RGB (Red+Green+Blue) = 138+226+186=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #8AE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE2BA is #751D45. Grayscale: #C3C3C3. Windows color (decimal): -7675206 or 12247690. OLE color: 12247690.

HSL color Cylindrical-coordinate representation of color #8AE2BA: hue angle of 152.73º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE2BA is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB138226186-
CMYK0.3900.180.11
HSL152.73º60.27%71.37%-
HSV(B)152.73º38.94%88.63%-
XYZ46.5463.3456.23-
YUV195.13122.8587.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=25.09%
G=41.09%
B=33.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1382261860.3900.180.11152.7360.2771.37
Hex8AE2BA27012B993c47
Octal212342272470221323174107
Binary1000101011100010101110101001110100101011100110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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