#8ACDAC

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

Shades of Vista Blue #8ACDAC

Tints of Vista Blue #8ACDAC

Color information

#8ACDAC (or 0x8ACDAC) is unknown color: approx Vista Blue. HEX triplet: 8A, CD and AC. RGB value is (138,205,172). Sum of RGB (Red+Green+Blue) = 138+205+172=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDAC is #753253. Grayscale: #B5B5B5. Windows color (decimal): -7680596 or 11324810. OLE color: 11324810.

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

Color convert

RGB138205172-
CMYK0.3300.160.20
HSL150.45º40.12%67.25%-
HSV(B)150.45º32.68%80.39%-
XYZ39.7652.0446.98-
YUV181.2122.897.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.80%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=26.80%
G=39.81%
B=33.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051720.3300.160.20150.4540.1267.25
Hex8ACDAC2101014962843
Octal212315254410202422650103
Binary10001010110011011010110010000101000010100100101101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,172); }

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

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

 a { background-color: rgb(138,205,172); }

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

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

 span { border-color: rgb(138,205,172); }

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