#8AE7BD

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

Shades of Vista Blue #8AE7BD

Tints of Vista Blue #8AE7BD

Color information

#8AE7BD (or 0x8AE7BD) is unknown color: approx Vista Blue. HEX triplet: 8A, E7 and BD. RGB value is (138,231,189). Sum of RGB (Red+Green+Blue) = 138+231+189=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7BD is #751842. Grayscale: #C6C6C6. Windows color (decimal): -7673923 or 12445578. OLE color: 12445578.

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

Color convert

RGB138231189-
CMYK0.4000.180.09
HSL152.9º65.96%72.35%-
HSV(B)152.9º40.26%90.59%-
XYZ48.2466.2358.38-
YUV198.4122.6984.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.73%
GREEN value IS 231 (90.62% from 255) = 41.40%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=24.73%
G=41.40%
B=33.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1382311890.4000.180.09152.965.9672.35
Hex8AE7BD280129994248
Octal2123472755002211231102110
Binary10001010111001111011110110100001001010011001100110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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