#A1CDB3

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

Shades of Vista Blue #A1CDB3

Tints of Vista Blue #A1CDB3

Color information

#A1CDB3 (or 0xA1CDB3) is unknown color: approx Vista Blue. HEX triplet: A1, CD and B3. RGB value is (161,205,179). Sum of RGB (Red+Green+Blue) = 161+205+179=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDB3 is #5E324C. Grayscale: #BCBCBC. Windows color (decimal): -6173261 or 11783585. OLE color: 11783585.

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

Color convert

RGB161205179-
CMYK0.2100.130.20
HSL144.55º30.56%71.76%-
HSV(B)144.55º21.46%80.39%-
XYZ44.6754.4950.81-
YUV188.88122.42108.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=29.54%
G=37.61%
B=32.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051790.2100.130.20144.5530.5671.76
HexA1CDB3150D14911f48
Octal241315263250152422137110
Binary10100001110011011011001110101011011010010010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDB3; }

 p { color: rgb(161,205,179); }

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

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

 a { background-color: rgb(161,205,179); }

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

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

 span { border-color: rgb(161,205,179); }

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