#8ACCAE

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

Shades of Vista Blue #8ACCAE

Tints of Vista Blue #8ACCAE

Color information

#8ACCAE (or 0x8ACCAE) is unknown color: approx Vista Blue. HEX triplet: 8A, CC and AE. RGB value is (138,204,174). Sum of RGB (Red+Green+Blue) = 138+204+174=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCAE is #753351. Grayscale: #B4B4B4. Windows color (decimal): -7680850 or 11455626. OLE color: 11455626.

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

Color convert

RGB138204174-
CMYK0.3200.150.2
HSL152.73º39.29%67.06%-
HSV(B)152.73º32.35%80%-
XYZ39.7151.6547.92-
YUV180.85124.1397.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=26.74%
G=39.53%
B=33.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041740.3200.150.2152.7339.2967.06
Hex8ACCAE200F14992743
Octal212314256400172423147103
Binary1000101011001100101011101000000111110100100110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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