#8AE7B5

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

Shades of Vista Blue #8AE7B5

Tints of Vista Blue #8AE7B5

Color information

#8AE7B5 (or 0x8AE7B5) is unknown color: approx Vista Blue. HEX triplet: 8A, E7 and B5. RGB value is (138,231,181). Sum of RGB (Red+Green+Blue) = 138+231+181=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7B5 is #75184A. Grayscale: #C5C5C5. Windows color (decimal): -7673931 or 11921290. OLE color: 11921290.

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

Color convert

RGB138231181-
CMYK0.4000.220.09
HSL147.74º65.96%72.35%-
HSV(B)147.74º40.26%90.59%-
XYZ47.465.8953.94-
YUV197.49118.6985.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=25.09%
G=42%
B=32.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311810.4000.220.09147.7465.9672.35
Hex8AE7B5280169944248
Octal2123472655002611224102110
Binary10001010111001111011010110100001011010011001010010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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