#8ACCA5

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

Shades of Vista Blue #8ACCA5

Tints of Vista Blue #8ACCA5

Color information

#8ACCA5 (or 0x8ACCA5) is unknown color: approx Vista Blue. HEX triplet: 8A, CC and A5. RGB value is (138,204,165). Sum of RGB (Red+Green+Blue) = 138+204+165=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCA5 is #75335A. Grayscale: #B3B3B3. Windows color (decimal): -7680859 or 10865802. OLE color: 10865802.

HSL color Cylindrical-coordinate representation of color #8ACCA5: hue angle of 144.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCA5 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB138204165-
CMYK0.3200.190.2
HSL144.55º39.29%67.06%-
HSV(B)144.55º32.35%80%-
XYZ38.8751.3143.45-
YUV179.82119.6398.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=27.22%
G=40.24%
B=32.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041650.3200.190.2144.5539.2967.06
Hex8ACCA52001314912743
Octal212314245400232422147103
Binary10001010110011001010010110000001001110100100100011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,165); }

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

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

 a { background-color: rgb(138,204,165); }

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

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

 span { border-color: rgb(138,204,165); }

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