#8ACEAD

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

Shades of Vista Blue #8ACEAD

Tints of Vista Blue #8ACEAD

Color information

#8ACEAD (or 0x8ACEAD) is unknown color: approx Vista Blue. HEX triplet: 8A, CE and AD. RGB value is (138,206,173). Sum of RGB (Red+Green+Blue) = 138+206+173=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACEAD is #753152. Grayscale: #B5B5B5. Windows color (decimal): -7680339 or 11390602. OLE color: 11390602.

HSL color Cylindrical-coordinate representation of color #8ACEAD: hue angle of 150.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEAD is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB138206173-
CMYK0.3300.160.19
HSL150.88º40.96%67.45%-
HSV(B)150.88º33.01%80.78%-
XYZ40.152.5647.57-
YUV181.91122.9796.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.69%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=26.69%
G=39.85%
B=33.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061730.3300.160.19150.8840.9667.45
Hex8ACEAD2101013972943
Octal212316255410202322751103
Binary10001010110011101010110110000101000010011100101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,173); }

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

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

 a { background-color: rgb(138,206,173); }

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

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

 span { border-color: rgb(138,206,173); }

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