#9AC6AB

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

Shades of Vista Blue #9AC6AB

Tints of Vista Blue #9AC6AB

Color information

#9AC6AB (or 0x9AC6AB) is unknown color: approx Vista Blue. HEX triplet: 9A, C6 and AB. RGB value is (154,198,171). Sum of RGB (Red+Green+Blue) = 154+198+171=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC6AB is #653954. Grayscale: #B5B5B5. Windows color (decimal): -6633813 or 11257498. OLE color: 11257498.

HSL color Cylindrical-coordinate representation of color #9AC6AB: hue angle of 143.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC6AB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB154198171-
CMYK0.2200.140.22
HSL143.18º27.85%69.02%-
HSV(B)143.18º22.22%77.65%-
XYZ40.8750.246.06-
YUV181.77121.92108.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=29.45%
G=37.86%
B=32.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541981710.2200.140.22143.1827.8569.02
Hex9AC6AB160E168f1c45
Octal232306253260162621734105
Binary10011010110001101010101110110011101011010001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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