#8AEEB4

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

Shades of Vista Blue #8AEEB4

Tints of Vista Blue #8AEEB4

Color information

#8AEEB4 (or 0x8AEEB4) is unknown color: approx Vista Blue. HEX triplet: 8A, EE and B4. RGB value is (138,238,180). Sum of RGB (Red+Green+Blue) = 138+238+180=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEB4 is #75114B. Grayscale: #C9C9C9. Windows color (decimal): -7672140 or 11857546. OLE color: 11857546.

HSL color Cylindrical-coordinate representation of color #8AEEB4: hue angle of 145.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEB4 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB138238180-
CMYK0.4200.240.07
HSL145.2º74.63%73.73%-
HSV(B)145.2º42.02%93.33%-
XYZ49.2969.8554.06-
YUV201.49115.8782.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 238 (93.36% from 255) = 42.81%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=24.82%
G=42.81%
B=32.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382381800.4200.240.07145.274.6373.73
Hex8AEEB42A0187914b4a
Octal212356264520307221113112
Binary1000101011101110101101001010100110001111001000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,238,180); }

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

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

 a { background-color: rgb(138,238,180); }

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

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

 span { border-color: rgb(138,238,180); }

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