#9ACDAC

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

Shades of Vista Blue #9ACDAC

Tints of Vista Blue #9ACDAC

Color information

#9ACDAC (or 0x9ACDAC) is unknown color: approx Vista Blue. HEX triplet: 9A, CD and AC. RGB value is (154,205,172). Sum of RGB (Red+Green+Blue) = 154+205+172=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACDAC is #653253. Grayscale: #BABABA. Windows color (decimal): -6632020 or 11324826. OLE color: 11324826.

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

Color convert

RGB154205172-
CMYK0.2500.160.20
HSL141.18º33.77%70.39%-
HSV(B)141.18º24.88%80.39%-
XYZ42.653.5147.11-
YUV185.99120.1105.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=29.00%
G=38.61%
B=32.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051720.2500.160.20141.1833.7770.39
Hex9ACDAC19010148d2246
Octal232315254310202421542106
Binary1001101011001101101011001100101000010100100011011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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