#9AC6B0

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

Shades of Vista Blue #9AC6B0

Tints of Vista Blue #9AC6B0

Color information

#9AC6B0 (or 0x9AC6B0) is unknown color: approx Vista Blue. HEX triplet: 9A, C6 and B0. RGB value is (154,198,176). Sum of RGB (Red+Green+Blue) = 154+198+176=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC6B0 is #65394F. Grayscale: #B6B6B6. Windows color (decimal): -6633808 or 11585178. OLE color: 11585178.

HSL color Cylindrical-coordinate representation of color #9AC6B0: hue angle of 150º 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 #9AC6B0 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB154198176-
CMYK0.2200.110.22
HSL150º27.85%69.02%-
HSV(B)150º22.22%77.65%-
XYZ41.3650.3948.62-
YUV182.34124.42107.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=29.17%
G=37.5%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541981760.2200.110.2215027.8569.02
Hex9AC6B0160B16961c45
Octal232306260260132622634105
Binary10011010110001101011000010110010111011010010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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