#9ACAAC

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

Shades of Vista Blue #9ACAAC

Tints of Vista Blue #9ACAAC

Color information

#9ACAAC (or 0x9ACAAC) is unknown color: approx Vista Blue. HEX triplet: 9A, CA and AC. RGB value is (154,202,172). Sum of RGB (Red+Green+Blue) = 154+202+172=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACAAC is #653553. Grayscale: #B8B8B8. Windows color (decimal): -6632788 or 11324058. OLE color: 11324058.

HSL color Cylindrical-coordinate representation of color #9ACAAC: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACAAC is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB154202172-
CMYK0.2400.150.21
HSL142.5º31.17%69.8%-
HSV(B)142.5º23.76%79.22%-
XYZ41.8952.0946.88-
YUV184.23121.1106.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=29.17%
G=38.26%
B=32.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021720.2400.150.21142.531.1769.8
Hex9ACAAC180F158e1f46
Octal232312254300172521637106
Binary10011010110010101010110011000011111010110001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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