#A1CBB2

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

Shades of Vista Blue #A1CBB2

Tints of Vista Blue #A1CBB2

Color information

#A1CBB2 (or 0xA1CBB2) is unknown color: approx Vista Blue. HEX triplet: A1, CB and B2. RGB value is (161,203,178). Sum of RGB (Red+Green+Blue) = 161+203+178=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBB2 is #5E344D. Grayscale: #BBBBBB. Windows color (decimal): -6173774 or 11717537. OLE color: 11717537.

HSL color Cylindrical-coordinate representation of color #A1CBB2: hue angle of 144.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBB2 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB161203178-
CMYK0.2100.120.20
HSL144.29º28.77%71.37%-
HSV(B)144.29º20.69%79.61%-
XYZ44.0953.550.12-
YUV187.59122.59109.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=29.70%
G=37.45%
B=32.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031780.2100.120.20144.2928.7771.37
HexA1CBB2150C14901d47
Octal241313262250142422035107
Binary10100001110010111011001010101011001010010010000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBB2; }

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

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

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

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

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

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

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

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