#A2CCB6

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

Shades of Vista Blue #A2CCB6

Tints of Vista Blue #A2CCB6

Color information

#A2CCB6 (or 0xA2CCB6) is unknown color: approx Vista Blue. HEX triplet: A2, CC and B6. RGB value is (162,204,182). Sum of RGB (Red+Green+Blue) = 162+204+182=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCB6 is #5D3349. Grayscale: #BCBCBC. Windows color (decimal): -6107978 or 11979938. OLE color: 11979938.

HSL color Cylindrical-coordinate representation of color #A2CCB6: hue angle of 148.57º degrees, saturation: 0.29, 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 #A2CCB6 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB162204182-
CMYK0.2100.110.2
HSL148.57º29.17%71.76%-
HSV(B)148.57º20.59%80%-
XYZ44.9454.2452.36-
YUV188.93124.09108.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 182 (71.48% from 255) = 33.21%
R=29.56%
G=37.23%
B=33.21%

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
Decimal1622041820.2100.110.2148.5729.1771.76
HexA2CCB6150B14951d48
Octal242314266250132422535110
Binary10100010110011001011011010101010111010010010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCB6; }

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

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

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

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

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

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

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

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