#9AC6B1

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

Shades of Vista Blue #9AC6B1

Tints of Vista Blue #9AC6B1

Color information

#9AC6B1 (or 0x9AC6B1) is unknown color: approx Vista Blue. HEX triplet: 9A, C6 and B1. RGB value is (154,198,177). Sum of RGB (Red+Green+Blue) = 154+198+177=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC6B1 is #65394E. Grayscale: #B6B6B6. Windows color (decimal): -6633807 or 11650714. OLE color: 11650714.

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

Color convert

RGB154198177-
CMYK0.2200.110.22
HSL151.36º27.85%69.02%-
HSV(B)151.36º22.22%77.65%-
XYZ41.4650.4349.14-
YUV182.45124.92107.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.11%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=29.11%
G=37.43%
B=33.46%

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
Decimal1541981770.2200.110.22151.3627.8569.02
Hex9AC6B1160B16971c45
Octal232306261260132622734105
Binary10011010110001101011000110110010111011010010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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