#9AC4AB

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

Shades of Vista Blue #9AC4AB

Tints of Vista Blue #9AC4AB

Color information

#9AC4AB (or 0x9AC4AB) is unknown color: approx Vista Blue. HEX triplet: 9A, C4 and AB. RGB value is (154,196,171). Sum of RGB (Red+Green+Blue) = 154+196+171=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC4AB is #653B54. Grayscale: #B4B4B4. Windows color (decimal): -6634325 or 11256986. OLE color: 11256986.

HSL color Cylindrical-coordinate representation of color #9AC4AB: hue angle of 144.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC4AB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB154196171-
CMYK0.2100.130.23
HSL144.29º26.25%68.63%-
HSV(B)144.29º21.43%76.86%-
XYZ40.4249.2945.91-
YUV180.59122.59109.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=29.56%
G=37.62%
B=32.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541961710.2100.130.23144.2926.2568.63
Hex9AC4AB150D17901a45
Octal232304253250152722032105
Binary10011010110001001010101110101011011011110010000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,196,171); }

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

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

 a { background-color: rgb(154,196,171); }

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

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

 span { border-color: rgb(154,196,171); }

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