#8AE1BB

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

Shades of Vista Blue #8AE1BB

Tints of Vista Blue #8AE1BB

Color information

#8AE1BB (or 0x8AE1BB) is unknown color: approx Vista Blue. HEX triplet: 8A, E1 and BB. RGB value is (138,225,187). Sum of RGB (Red+Green+Blue) = 138+225+187=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AE1BB is #751E44. Grayscale: #C2C2C2. Windows color (decimal): -7675461 or 12312970. OLE color: 12312970.

HSL color Cylindrical-coordinate representation of color #8AE1BB: hue angle of 153.79º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AE1BB is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB138225187-
CMYK0.3900.170.12
HSL153.79º59.18%71.18%-
HSV(B)153.79º38.67%88.24%-
XYZ46.3862.8456.7-
YUV194.66123.6887.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 187 (73.44% from 255) = 34%
R=25.09%
G=40.91%
B=34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382251870.3900.170.12153.7959.1871.18
Hex8AE1BB27011C9a3b47
Octal212341273470211423273107
Binary1000101011100001101110111001110100011100100110101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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