#8AEABB

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

Shades of Vista Blue #8AEABB

Tints of Vista Blue #8AEABB

Color information

#8AEABB (or 0x8AEABB) is unknown color: approx Vista Blue. HEX triplet: 8A, EA and BB. RGB value is (138,234,187). Sum of RGB (Red+Green+Blue) = 138+234+187=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #8AEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEABB is #751544. Grayscale: #C8C8C8. Windows color (decimal): -7673157 or 12315274. OLE color: 12315274.

HSL color Cylindrical-coordinate representation of color #8AEABB: hue angle of 150.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEABB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB138234187-
CMYK0.4100.200.08
HSL150.62º69.57%72.94%-
HSV(B)150.62º41.03%91.76%-
XYZ48.8767.8457.53-
YUV199.94120.783.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.69%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=24.69%
G=41.86%
B=33.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382341870.4100.200.08150.6269.5772.94
Hex8AEABB290148974649
Octal2123522735102410227106111
Binary10001010111010101011101110100101010010001001011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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