#8AE7BB

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

Shades of Vista Blue #8AE7BB

Tints of Vista Blue #8AE7BB

Color information

#8AE7BB (or 0x8AE7BB) is unknown color: approx Vista Blue. HEX triplet: 8A, E7 and BB. RGB value is (138,231,187). Sum of RGB (Red+Green+Blue) = 138+231+187=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #8AE7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AE7BB is #751844. Grayscale: #C6C6C6. Windows color (decimal): -7673925 or 12314506. OLE color: 12314506.

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

Color convert

RGB138231187-
CMYK0.4000.190.09
HSL151.61º65.96%72.35%-
HSV(B)151.61º40.26%90.59%-
XYZ48.0366.1457.25-
YUV198.18121.6985.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 231 (90.62% from 255) = 41.55%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=24.82%
G=41.55%
B=33.63%

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
Decimal1382311870.4000.190.09151.6165.9672.35
Hex8AE7BB280139984248
Octal2123472735002311230102110
Binary10001010111001111011101110100001001110011001100010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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