#A1CCB6

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

Shades of Vista Blue #A1CCB6

Tints of Vista Blue #A1CCB6

Color information

#A1CCB6 (or 0xA1CCB6) is unknown color: approx Vista Blue. HEX triplet: A1, CC and B6. RGB value is (161,204,182). Sum of RGB (Red+Green+Blue) = 161+204+182=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCB6 is #5E3349. Grayscale: #BCBCBC. Windows color (decimal): -6173514 or 11979937. OLE color: 11979937.

HSL color Cylindrical-coordinate representation of color #A1CCB6: hue angle of 149.3º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCB6 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB161204182-
CMYK0.2100.110.2
HSL149.3º29.66%71.57%-
HSV(B)149.3º21.08%80%-
XYZ44.7354.1452.35-
YUV188.64124.25108.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=29.43%
G=37.29%
B=33.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041820.2100.110.2149.329.6671.57
HexA1CCB6150B14951e48
Octal241314266250132422536110
Binary10100001110011001011011010101010111010010010101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCB6; }

 p { color: rgb(161,204,182); }

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

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

 a { background-color: rgb(161,204,182); }

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

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

 span { border-color: rgb(161,204,182); }

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