#A1CCB2

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

Shades of Vista Blue #A1CCB2

Tints of Vista Blue #A1CCB2

Color information

#A1CCB2 (or 0xA1CCB2) is unknown color: approx Vista Blue. HEX triplet: A1, CC and B2. RGB value is (161,204,178). Sum of RGB (Red+Green+Blue) = 161+204+178=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCB2 is #5E334D. Grayscale: #BCBCBC. Windows color (decimal): -6173518 or 11717793. OLE color: 11717793.

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

Color convert

RGB161204178-
CMYK0.2100.130.2
HSL143.72º29.66%71.57%-
HSV(B)143.72º21.08%80%-
XYZ44.3353.9850.2-
YUV188.18122.25108.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=29.65%
G=37.57%
B=32.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041780.2100.130.2143.7229.6671.57
HexA1CCB2150D14901e48
Octal241314262250152422036110
Binary10100001110011001011001010101011011010010010000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCB2; }

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

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

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

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

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

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

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

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