#8ACCA8

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

Shades of Vista Blue #8ACCA8

Tints of Vista Blue #8ACCA8

Color information

#8ACCA8 (or 0x8ACCA8) is unknown color: approx Vista Blue. HEX triplet: 8A, CC and A8. RGB value is (138,204,168). Sum of RGB (Red+Green+Blue) = 138+204+168=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCA8 is #753357. Grayscale: #B4B4B4. Windows color (decimal): -7680856 or 11062410. OLE color: 11062410.

HSL color Cylindrical-coordinate representation of color #8ACCA8: hue angle of 147.27º 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 #8ACCA8 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB138204168-
CMYK0.3200.180.2
HSL147.27º39.29%67.06%-
HSV(B)147.27º32.35%80%-
XYZ39.1451.4244.91-
YUV180.16121.1397.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=27.06%
G=40%
B=32.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041680.3200.180.2147.2739.2967.06
Hex8ACCA82001214932743
Octal212314250400222422347103
Binary10001010110011001010100010000001001010100100100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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